ciaochris commited on
Commit
4a0cc13
·
verified ·
1 Parent(s): b8b5a59

Update rhythma.py

Browse files
Files changed (1) hide show
  1. rhythma.py +1 -1
rhythma.py CHANGED
@@ -429,7 +429,7 @@ State/Intention:"""
429
  print(f"ℹ️ Querying Groq for emotion analysis...")
430
  chat_completion = self.groq_client.chat.completions.create(
431
  messages=[{"role": "user", "content": prompt}],
432
- model="llama3-70b-8192", # Specify a capable model available on Groq
433
  max_tokens=15, # Allow slightly more tokens for flexibility
434
  temperature=0.2, # Lower temperature for more deterministic classification
435
  stop=["\n"] # Stop generation after the first line
 
429
  print(f"ℹ️ Querying Groq for emotion analysis...")
430
  chat_completion = self.groq_client.chat.completions.create(
431
  messages=[{"role": "user", "content": prompt}],
432
+ model="llama-3.3-70b-versatile", # Specify a capable model available on Groq
433
  max_tokens=15, # Allow slightly more tokens for flexibility
434
  temperature=0.2, # Lower temperature for more deterministic classification
435
  stop=["\n"] # Stop generation after the first line