Koomemartin commited on
Commit
54adafd
·
verified ·
1 Parent(s): d4b6a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ if user_query:
142
  {"role": "system", "content": second_call_sytem_prompt()},
143
  {"role": "user", "content": second_user_prompt}
144
  ],
145
- model="llama3-groq-70b-8192-tool-use-preview",
146
  temperature=0.8,
147
  max_tokens=2042,
148
  top_p=0.6,
 
142
  {"role": "system", "content": second_call_sytem_prompt()},
143
  {"role": "user", "content": second_user_prompt}
144
  ],
145
+ model="llama-3.3-70b-specdec",
146
  temperature=0.8,
147
  max_tokens=2042,
148
  top_p=0.6,