solinm commited on
Commit
38309c8
·
verified ·
1 Parent(s): 488cd2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ def chat_with_bot_stream(user_input):
27
  })
28
 
29
  completion = client.chat.completions.create(
30
- model="llama3-70b-8192",
31
  messages=conversation_history,
32
- temperature=1,
33
  max_tokens=1024,
34
  top_p=1,
35
  stream=True,
 
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,
34
  top_p=1,
35
  stream=True,