Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def predict(user_input):
|
|
| 83 |
|
| 84 |
try:
|
| 85 |
response = client.chat.completions.create(
|
| 86 |
-
model=
|
| 87 |
messages=prompt,
|
| 88 |
temperature=0
|
| 89 |
)
|
|
|
|
| 83 |
|
| 84 |
try:
|
| 85 |
response = client.chat.completions.create(
|
| 86 |
+
model='mlabonne/NeuralHermes-2.5-Mistral-7B',
|
| 87 |
messages=prompt,
|
| 88 |
temperature=0
|
| 89 |
)
|