feat: +metagpt llm

This commit is contained in:
莘权 马 2023-08-30 19:23:29 +08:00
parent 09fdb9d1ae
commit f65b959d52

View file

@ -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"