openrouter conf, deactivate docker build

This commit is contained in:
marko-kraemer 2025-05-07 05:59:33 +02:00
parent 0072e21fd7
commit 8568f0e27b
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
name: Build and Push Docker Images
on:
push:
branches: [ main ]
# Remove active triggers to disable the workflow
# push:
# branches: [ main ]
workflow_dispatch:
permissions:

View File

@ -114,8 +114,8 @@ class Configuration:
GROQ_API_KEY: Optional[str] = None
OPENROUTER_API_KEY: Optional[str] = None
OPENROUTER_API_BASE: Optional[str] = "https://openrouter.ai/api/v1"
OR_SITE_URL: Optional[str] = "https://suna.so"
OR_APP_NAME: Optional[str] = "Kortix Suna"
OR_SITE_URL: Optional[str] = "https://kortix.ai"
OR_APP_NAME: Optional[str] = "Kortix AI"
# AWS Bedrock credentials
AWS_ACCESS_KEY_ID: Optional[str] = None