mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-09-03 06:35:22 +08:00
add config examples for groq
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user