s1144662 commited on
Commit
8f10225
·
verified ·
1 Parent(s): 3d05016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ class GroqAgent:
44
 
45
  # 修正:換回目前 Groq 支援的主力模型
46
  model = OpenAIServerModel(
47
- model_id="llama-3.3-70b-versatile",
48
  api_base="https://api.groq.com/openai/v1",
49
  api_key=self.api_key
50
  )
 
44
 
45
  # 修正:換回目前 Groq 支援的主力模型
46
  model = OpenAIServerModel(
47
+ model_id="llama-3.1-8b-instant",
48
  api_base="https://api.groq.com/openai/v1",
49
  api_key=self.api_key
50
  )