NeoPy commited on
Commit
1ce5fe7
·
verified ·
1 Parent(s): c533b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def generate_response(messages):
88
 
89
  chat_completion = client.chat.completions.create(
90
  messages=messages_payload,
91
- model="llama-3.3-70b-versatile",
92
  stream=False,
93
  )
94
  # Check that we got a valid response.
 
88
 
89
  chat_completion = client.chat.completions.create(
90
  messages=messages_payload,
91
+ model="deepseek-r1-distill-llama-70b",
92
  stream=False,
93
  )
94
  # Check that we got a valid response.