mirror of https://github.com/kortix-ai/suna.git
openrouter conf, deactivate docker build
This commit is contained in:
parent
0072e21fd7
commit
8568f0e27b
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue