Sunrusojsis commited on
Commit
b3bfcd6
·
verified ·
1 Parent(s): 7d3b334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def respond(
31
  response = ""
32
 
33
  for message in client.chat.completions.create(
34
- model="meta-llama/Meta-Llama-3.1-8B-Instruct",
35
  max_tokens=max_tokens,
36
  stream=True,
37
  temperature=temperature,
 
31
  response = ""
32
 
33
  for message in client.chat.completions.create(
34
+ model="mistralai/Mistral-Nemo-Instruct-2407",
35
  max_tokens=max_tokens,
36
  stream=True,
37
  temperature=temperature,