Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def respond(
|
|
40 |
response = ""
|
41 |
|
42 |
for message in client.chat.completions.create(
|
43 |
-
model="
|
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,
|