Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def generate_response(
|
|
102 |
}]
|
103 |
|
104 |
stream = client.chat.completions.create(
|
105 |
-
model="
|
106 |
messages=vision_messages,
|
107 |
stream=True,
|
108 |
)
|
@@ -147,7 +147,7 @@ def main():
|
|
147 |
st.header("Settings")
|
148 |
system_message = st.text_area(
|
149 |
"System Message",
|
150 |
-
value="You are a
|
151 |
height=100
|
152 |
)
|
153 |
max_tokens = st.slider(
|
|
|
102 |
}]
|
103 |
|
104 |
stream = client.chat.completions.create(
|
105 |
+
model="deepseek-ai/DeepSeek-R1",
|
106 |
messages=vision_messages,
|
107 |
stream=True,
|
108 |
)
|
|
|
147 |
st.header("Settings")
|
148 |
system_message = st.text_area(
|
149 |
"System Message",
|
150 |
+
value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem.",
|
151 |
height=100
|
152 |
)
|
153 |
max_tokens = st.slider(
|