solinm commited on
Commit
128c833
·
verified ·
1 Parent(s): 38309c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def chat_with_bot_stream(user_input):
27
  })
28
 
29
  completion = client.chat.completions.create(
30
- model="llama3.3-70b-versatile",
31
  messages=conversation_history,
32
  temperature=0.95,
33
  max_tokens=1024,
 
27
  })
28
 
29
  completion = client.chat.completions.create(
30
+ model="llama-3.3-70b-versatile",
31
  messages=conversation_history,
32
  temperature=0.95,
33
  max_tokens=1024,