shukdevdatta123 commited on
Commit
f87461c
·
verified ·
1 Parent(s): 55299b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ Use a neutral, helpful tone. Do not include irrelevant information or commentary
198
 
199
  # Make API call with optimal parameters
200
  completion = client.chat.completions.create(
201
- model="llama-3.3-70b-versatile",
202
  messages=messages,
203
  temperature=0.2,
204
  max_completion_tokens=2048,
 
198
 
199
  # Make API call with optimal parameters
200
  completion = client.chat.completions.create(
201
+ model="meta-llama/llama-4-scout-17b-16e-instruct",
202
  messages=messages,
203
  temperature=0.2,
204
  max_completion_tokens=2048,