Spaces:
Running
Running
seawolf2357
commited on
Commit
•
e8bcde6
1
Parent(s):
bcac619
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ async def respond(
|
|
37 |
"Content-Type": "application/json"
|
38 |
}
|
39 |
payload = {
|
40 |
-
"model": "
|
41 |
"max_tokens": max_tokens,
|
42 |
"temperature": temperature,
|
43 |
"top_p": top_p,
|
|
|
37 |
"Content-Type": "application/json"
|
38 |
}
|
39 |
payload = {
|
40 |
+
"model": "mistralai/Mistral-Nemo-Instruct-2407",
|
41 |
"max_tokens": max_tokens,
|
42 |
"temperature": temperature,
|
43 |
"top_p": top_p,
|