mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-09-03 06:35:22 +08:00
Add yaml file for other supporting Llama API models
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user