harshSethi commited on
Commit
f8708bc
·
verified ·
1 Parent(s): 4f88260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict(message,history):
37
  history_list.append({"role": "user", "content": message})
38
 
39
  response = client.chat.completions.create(
40
- model = "llama-3.1-8b-instant",
41
  messages = history_list,
42
  temperature = 1.0,
43
  max_tokens=4000,
 
37
  history_list.append({"role": "user", "content": message})
38
 
39
  response = client.chat.completions.create(
40
+ model = "lama-3.1-70b-versatile",
41
  messages = history_list,
42
  temperature = 1.0,
43
  max_tokens=4000,