edwardthefma commited on
Commit
403c54b
·
verified ·
1 Parent(s): 2a631a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if user_prompt:
25
  st.session_state.chat_history.append({"role": "user", "content": user_prompt})
26
 
27
  response = client.chat.completions.create(
28
- model="gpt-4o-mini",
29
  messages=[
30
  {"role": "system", "content": "You are a helpful assistant"},
31
  *st.session_state.chat_history
 
25
  st.session_state.chat_history.append({"role": "user", "content": user_prompt})
26
 
27
  response = client.chat.completions.create(
28
+ model="dolphin-vision-72b",
29
  messages=[
30
  {"role": "system", "content": "You are a helpful assistant"},
31
  *st.session_state.chat_history