Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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
|