fantos commited on
Commit
d8e0c5f
·
verified ·
1 Parent(s): eb206d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ def generate_response(
102
  }]
103
 
104
  stream = client.chat.completions.create(
105
- model="meta-llama/Llama-3.2-11B-Vision-Instruct-Turbo",
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 friendly Chatbot.",
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(