seawolf2357 commited on
Commit
ba56a88
1 Parent(s): b73a6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def respond(
35
  "Content-Type": "application/json"
36
  }
37
  payload = {
38
- "model": "meta-llama/Meta-Llama-3.1-405B-Instruct",
39
  "max_tokens": max_tokens,
40
  "temperature": temperature,
41
  "top_p": top_p,
 
35
  "Content-Type": "application/json"
36
  }
37
  payload = {
38
+ "model": "meta-llama/Meta-Llama-3.1-70B-Instruct",
39
  "max_tokens": max_tokens,
40
  "temperature": temperature,
41
  "top_p": top_p,