Files
AgentCoord/backend/config/config.yaml

12 lines
347 B
YAML
Raw Normal View History

2024-04-07 15:04:00 +08:00
## config for default LLM
2025-12-07 17:18:10 +08:00
OPENAI_API_BASE: "https://ai.gitee.com/v1"
OPENAI_API_KEY: "HYCNGM39GGFNSB1F8MBBMI9QYJR3P1CRSYS2PV1A"
OPENAI_API_MODEL: "DeepSeek-V3"
2024-04-07 15:04:00 +08:00
## config for fast mode
FAST_DESIGN_MODE: True
GROQ_API_KEY: ""
MISTRAL_API_KEY: ""
2025-12-07 17:18:10 +08:00
## options under experimentation, leave them as False unless you know what it is for
USE_CACHE: False