mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
add tests
This commit is contained in:
parent
575873f7d6
commit
ff37dc1193
5 changed files with 94 additions and 8 deletions
|
|
@ -1,8 +1,5 @@
|
|||
# Full Example: https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml
|
||||
# Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py
|
||||
# Config Docs: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html
|
||||
llm:
|
||||
api_type: "ark" # or azure / ollama / groq etc.
|
||||
api_type: "ark"
|
||||
model: "" # your model endpoint like ep-xxx
|
||||
base_url: "https://ark.cn-beijing.volces.com/api/v3" # or forward url / other llm url
|
||||
base_url: "https://ark.cn-beijing.volces.com/api/v3"
|
||||
api_key: "" # your api-key like ey……
|
||||
Loading…
Add table
Add a link
Reference in a new issue