harshSethi commited on
Commit
70736ce
·
verified ·
1 Parent(s): f0eca0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def predict(message,history):
36
 
37
  try:
38
  response = client.chat.completions.create(
39
- model="lama-3.1-70b-versatile", # Ensure the correct model name
40
  messages=history_list,
41
  temperature=1.0,
42
  max_tokens=4000,
 
36
 
37
  try:
38
  response = client.chat.completions.create(
39
+ model="llama-3.1-70b-versatile", # Ensure the correct model name
40
  messages=history_list,
41
  temperature=1.0,
42
  max_tokens=4000,