mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
fix conflict
This commit is contained in:
parent
0aac525b29
commit
2502dd3651
10 changed files with 284 additions and 34 deletions
|
|
@ -49,6 +49,10 @@ LLM_TYPE: OpenAI # Except for these three major models – OpenAI, MetaGPT LLM,
|
|||
#FIREWORKS_API_BASE: "https://api.fireworks.ai/inference/v1"
|
||||
#FIREWORKS_API_MODEL: "YOUR_LLM_MODEL" # example, accounts/fireworks/models/llama-v2-13b-chat
|
||||
|
||||
#### if use self-host open llm model by ollama
|
||||
# OLLAMA_API_BASE: http://127.0.0.1:11434/api
|
||||
# OLLAMA_API_MODEL: llama2
|
||||
|
||||
#### for Search
|
||||
|
||||
## Supported values: serpapi/google/serper/ddg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue