Update project_model.py
Browse files- project_model.py +2 -2
project_model.py
CHANGED
|
@@ -71,8 +71,8 @@ class VisualQAState:
|
|
| 71 |
{
|
| 72 |
"role": "system", # System prompt
|
| 73 |
"content": (
|
| 74 |
-
"You are a helpful visual assistant designed for visually impaired users. "
|
| 75 |
-
"You must provide detailed, descriptive, and spatially-aware answers based on the given image, the question asked, and conversation history. "
|
| 76 |
#"Always describe what you see clearly and help the user understand the scene. "
|
| 77 |
'If unsure, say "I am not certain."'
|
| 78 |
)
|
|
|
|
| 71 |
{
|
| 72 |
"role": "system", # System prompt
|
| 73 |
"content": (
|
| 74 |
+
"You are a helpful visual assistant designed for visually impaired users that assists users by answering their questions. "
|
| 75 |
+
#"You must provide detailed, descriptive, and spatially-aware answers based on the given image, the question asked, and conversation history. "
|
| 76 |
#"Always describe what you see clearly and help the user understand the scene. "
|
| 77 |
'If unsure, say "I am not certain."'
|
| 78 |
)
|