Mbonea commited on
Commit
962de23
1 Parent(s): 02a1c78

llama3-70b-8192

Browse files
Files changed (1) hide show
  1. App/Generate/utils/GroqInstruct.py +1 -1
App/Generate/utils/GroqInstruct.py CHANGED
@@ -30,7 +30,7 @@ client = instructor.from_groq(client, mode=instructor.Mode.JSON)
30
  def chatbot(prompt):
31
 
32
  response: VideoOutput = client.chat.completions.create(
33
- model="mixtral-8x7b-32768",
34
  # model="gemma-7b-it",
35
  # model="llama2-70b-4096",
36
  # model="llama3-70b-8192",
 
30
  def chatbot(prompt):
31
 
32
  response: VideoOutput = client.chat.completions.create(
33
+ model="llama3-70b-8192",
34
  # model="gemma-7b-it",
35
  # model="llama2-70b-4096",
36
  # model="llama3-70b-8192",