mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
Add Llama API Support
This commit is contained in:
parent
be6921cae6
commit
43b090c472
4 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
llm:
|
||||
api_type: llamaapi
|
||||
base_url: "https://api.llama.com/compat/v1/"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: llama-4-Maverick-17B-128E-Instruct-FP8
|
||||
Loading…
Add table
Add a link
Reference in a new issue