mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
add config examples for groq
This commit is contained in:
parent
9ede1fb209
commit
ed1b310148
1 changed files with 5 additions and 0 deletions
5
config/examples/groq-llama3-70b.yaml
Normal file
5
config/examples/groq-llama3-70b.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
llm:
|
||||
# Visit https://console.groq.com/keys to create api key
|
||||
base_url: "https://api.groq.com/openai/v1"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "llama3-70b-8192" # llama3-8b-8192,llama3-70b-8192,llama2-70b-4096 ,mixtral-8x7b-32768,gemma-7b-it
|
||||
Loading…
Add table
Add a link
Reference in a new issue