WebashalarForML commited on
Commit
ea78aea
·
verified ·
1 Parent(s): 162497f

Update utils/mistral.py

Browse files
Files changed (1) hide show
  1. utils/mistral.py +1 -1
utils/mistral.py CHANGED
@@ -17,7 +17,7 @@ if not GROQ_API_KEY:
17
  raise ValueError("Groq API key is not set in environment variables.")
18
 
19
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
20
- MODEL_NAME = "llama3-70b-8192" # you can switch to mixtral if needed
21
 
22
 
23
  # 🔥 Groq LLM Call (Replacement for HuggingFace)
 
17
  raise ValueError("Groq API key is not set in environment variables.")
18
 
19
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
20
+ MODEL_NAME = "llama-3.1-8b-instant" # you can switch to mixtral if needed
21
 
22
 
23
  # 🔥 Groq LLM Call (Replacement for HuggingFace)