seawolf2357 commited on
Commit
e8bcde6
1 Parent(s): bcac619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ async def respond(
37
  "Content-Type": "application/json"
38
  }
39
  payload = {
40
- "model": "meta-llama/Meta-Llama-3.1-70B-Instruct",
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,