abdullahrehan commited on
Commit
b6da6ca
·
verified ·
1 Parent(s): 1820566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if st.button("Get Response") and user_input:
34
  try:
35
  response = client.chat.completions.create(
36
  messages=messages,
37
- model="llama-3-70b-8192",
38
  )
39
  st.markdown("### 🤖 Response:")
40
  st.write(response.choices[0].message.content)
 
34
  try:
35
  response = client.chat.completions.create(
36
  messages=messages,
37
+ model="llama-3.3-70b-versatile",
38
  )
39
  st.markdown("### 🤖 Response:")
40
  st.write(response.choices[0].message.content)