mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
feat: +metagpt llm
This commit is contained in:
parent
09fdb9d1ae
commit
f65b959d52
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ BRAIN_MEMORY = "BRAIN_MEMORY"
|
|||
SKILL_PATH = "SKILL_PATH"
|
||||
SERPER_API_KEY = "SERPER_API_KEY"
|
||||
|
||||
# MetaGPT LLM key defines
|
||||
# Key Definitions for MetaGPT LLM
|
||||
METAGPT_API_MODEL = "METAGPT_API_MODEL"
|
||||
METAGPT_API_KEY = "METAGPT_API_KEY"
|
||||
METAGPT_API_BASE = "METAGPT_API_BASE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue