0o7Hunk commited on
Commit
3f8152c
·
verified ·
1 Parent(s): 3f3e0eb

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="whisper-large-v3-turbo",
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="llama-3.1-8b-instant",
35
  messages=st.session_state.messages,
36
  max_tokens=500
37
  )