mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
modify spo config.example
This commit is contained in:
parent
62dda60c12
commit
d96862b52a
1 changed files with 17 additions and 4 deletions
|
|
@ -1,12 +1,25 @@
|
|||
llm:
|
||||
api_type: "openai"
|
||||
model: "gpt-4o-mini"
|
||||
base_url: "<your base url>"
|
||||
api_key: "<your api key>"
|
||||
temperature: 0
|
||||
models:
|
||||
"<model_name>": # model: "gpt-4-turbo" # or gpt-3.5-turbo
|
||||
"gpt-4o": # model: "gpt-4-turbo" # or gpt-3.5-turbo
|
||||
api_type: "openai" # or azure / ollama / groq etc.
|
||||
base_url: "<your base url>"
|
||||
base_url: "<your base url>"
|
||||
api_key: "<your api key>"
|
||||
temperature: 0
|
||||
"<model_name>":
|
||||
api_type: "openai"
|
||||
"deepseek-chat": # api_type: "openai" # or azure / ollama / groq etc.
|
||||
api_type: "openai" # or azure / ollama / groq etc.
|
||||
base_url: "<your base url>"
|
||||
api_key: "<your api key>"
|
||||
temperature: 0
|
||||
"gpt-4o-mini": # api_type: "openai" # or azure / ollama / groq etc.
|
||||
api_type: "openai" # or azure / ollama / groq etc.
|
||||
base_url: "<your base url>"
|
||||
api_key: "<your api key>"
|
||||
temperature: 0
|
||||
|
||||
# Other models
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue