lyimo commited on
Commit
b0ca3f9
·
verified ·
1 Parent(s): 1efe53a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def llama_query(prompt, system_content):
24
  {"role": "system", "content": system_content},
25
  {"role": "user", "content": prompt}
26
  ],
27
- model="llama-3.1-405b-reasoning",
28
  max_tokens=800,
29
  temperature=0.7
30
  )
 
24
  {"role": "system", "content": system_content},
25
  {"role": "user", "content": prompt}
26
  ],
27
+ model="llama-3.1-70b-versatile",
28
  max_tokens=800,
29
  temperature=0.7
30
  )