mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
Add yaml file for other supporting Llama API models
This commit is contained in:
parent
43b090c472
commit
2d351e4ba9
4 changed files with 17 additions and 2 deletions
5
config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml
Normal file
5
config/examples/llamaapi-Llama-3.3-70B-Instruct.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
llm:
|
||||
api_type: llama_api
|
||||
base_url: "https://api.llama.com/compat/v1/"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "Llama-3.3-70B-Instruct"
|
||||
5
config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml
Normal file
5
config/examples/llamaapi-Llama-3.3-8B-Instruct.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
llm:
|
||||
api_type: llama_api
|
||||
base_url: "https://api.llama.com/compat/v1/"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "Llama-3.3-8B-Instruct"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
llm:
|
||||
api_type: llama_api
|
||||
base_url: "https://api.llama.com/compat/v1/"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "Llama-4-Scout-17B-16E-Instruct-FP8"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
llm:
|
||||
api_type: llamaapi
|
||||
api_type: llama_api
|
||||
base_url: "https://api.llama.com/compat/v1/"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: llama-4-Maverick-17B-128E-Instruct-FP8
|
||||
model: "Llama-4-Maverick-17B-128E-Instruct-FP8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue