0o7Hunk commited on
Commit
3b91a8c
·
verified ·
1 Parent(s): 775cdc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if user_input:
31
  with st.chat_message("assistant"):
32
  with st.spinner("Thinking..."):
33
  response = client.chat.completions.create(
34
- model="mixtral-8x7b-32768",
35
  messages=st.session_state.messages,
36
  max_tokens=500
37
  )
 
31
  with st.chat_message("assistant"):
32
  with st.spinner("Thinking..."):
33
  response = client.chat.completions.create(
34
+ model="openai/gpt-oss-120b",
35
  messages=st.session_state.messages,
36
  max_tokens=500
37
  )