Aakash010 commited on
Commit
e6cb9b2
·
verified ·
1 Parent(s): a07ad75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ class FileDownloadTool(Tool):
75
  class BasicAgent:
76
  def __init__(self):
77
  model = OpenAIServerModel(
78
- model_id="llama-3.3-70b-versatile",
79
  api_base="https://api.groq.com/openai/v1",
80
  api_key=os.getenv("GROQ_API_KEY")
81
  )
 
75
  class BasicAgent:
76
  def __init__(self):
77
  model = OpenAIServerModel(
78
+ model_id="mixtral-8x7b-32768",
79
  api_base="https://api.groq.com/openai/v1",
80
  api_key=os.getenv("GROQ_API_KEY")
81
  )