likhithv commited on
Commit
ac7eacd
1 Parent(s): 8c4b14a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def main():
47
 
48
  response = client.chat.completions.create(
49
  messages=context,
50
- model="llama3-70b-8192",
51
  temperature=0,
52
  top_p=1,
53
  stop=None,
 
47
 
48
  response = client.chat.completions.create(
49
  messages=context,
50
+ model="llama-3.1-405b-reasoning",
51
  temperature=0,
52
  top_p=1,
53
  stop=None,