prithivMLmods commited on
Commit
b4c218c
·
verified ·
1 Parent(s): 9a1336a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def respond(
40
  response = ""
41
 
42
  for message in client.chat.completions.create(
43
- model="meta-llama/Meta-Llama-3.1-8B-Instruct",
44
  max_tokens=max_tokens,
45
  stream=True,
46
  temperature=temperature,
 
40
  response = ""
41
 
42
  for message in client.chat.completions.create(
43
+ model="mistralai/Mistral-Nemo-Instruct-2407",
44
  max_tokens=max_tokens,
45
  stream=True,
46
  temperature=temperature,