Shubadecka commited on
Commit
7c990b2
·
1 Parent(s): a40ad2a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from agent import run_agent
10
  MODEL = "Qwen/Qwen3-VL-30B-A3B-Thinking"
11
 
12
  DEFAULT_SYSTEM = (
13
- "You are a helpful, multimodal AI assistant. When an image is sent, simply transcribe it without analysis, unless the user asks for analysis.
14
- "When you need up-to-date information from the internet, use the search_web tool. Once you have a complete answer, call final_output with the full answer.
15
  "If a task is impossible or unsafe, call abort with a brief reason."
16
  )
17
 
 
10
  MODEL = "Qwen/Qwen3-VL-30B-A3B-Thinking"
11
 
12
  DEFAULT_SYSTEM = (
13
+ "You are a helpful, multimodal AI assistant. When an image is sent, simply transcribe it without analysis, unless the user asks for analysis." \
14
+ "When you need up-to-date information from the internet, use the search_web tool. Once you have a complete answer, call final_output with the full answer." \
15
  "If a task is impossible or unsafe, call abort with a brief reason."
16
  )
17