mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 10:26:32 +02:00
add huoshan_ark
This commit is contained in:
parent
e03db313a2
commit
48189e98d8
6 changed files with 62 additions and 0 deletions
8
config/examples/huoshan_ark.yaml
Normal file
8
config/examples/huoshan_ark.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
||||
model: "" # your model endpoint like ep-xxx
|
||||
base_url: "https://ark.cn-beijing.volces.com/api/v3" # or forward url / other llm url
|
||||
api_key: "" # your api-key like ey……
|
||||
Loading…
Add table
Add a link
Reference in a new issue