mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
mg集成omniparse
This commit is contained in:
parent
39eb534ca0
commit
22b9990ccf
14 changed files with 381 additions and 14 deletions
|
|
@ -5,4 +5,8 @@ llm:
|
|||
api_type: "openai" # or azure / ollama / groq etc.
|
||||
model: "gpt-4-turbo" # or gpt-3.5-turbo
|
||||
base_url: "https://api.openai.com/v1" # or forward url / other llm url
|
||||
api_key: "YOUR_API_KEY"
|
||||
api_key: "xxxx"
|
||||
|
||||
omniparse:
|
||||
api_key: "your_api_key"
|
||||
base_url: "http://192.168.50.126:8000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue