Nymbo commited on
Commit
1444f5f
·
verified ·
1 Parent(s): 26d368c

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="mistralai/Mixtral-8x7B-Instruct-v0.1",
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-7B-Instruct-v0.3",
35
  max_tokens=max_tokens,
36
  stream=True,
37
  temperature=temperature,