feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
@@ -12,6 +12,9 @@ services:
|
||||
REDIS_URL: "redis://redis:6379"
|
||||
CF_AGENT_MODE: "langgraph"
|
||||
OPENAI_MODEL: "gpt-4o-mini"
|
||||
GIGACHAT_AUTH_KEY: "${GIGACHAT_AUTH_KEY:-}"
|
||||
GIGACHAT_MODEL: "${GIGACHAT_MODEL:-GigaChat-2-Max}"
|
||||
GIGACHAT_SCOPE: "${GIGACHAT_SCOPE:-GIGACHAT_API_PERS}"
|
||||
# Set this in your shell or a compose override:
|
||||
# OPENAI_API_KEY: "..."
|
||||
command: >
|
||||
|
||||
Reference in New Issue
Block a user