Update utils/llm_ag.py
Browse files- utils/llm_ag.py +1 -1
utils/llm_ag.py
CHANGED
@@ -17,7 +17,7 @@ def intiate_convo(user_query, image_description, additional_text, model="mixtral
|
|
17 |
"content": """You are a AI Assistant for training. Given an image description, additional context, and a user query, respond with a PRECISE answer WITH THE HELP OF ADDITIONAL CONTEXT,be polite.
|
18 |
IMPORTANT: When referring to the image, subtly acknowledge it by saying "as I see here" rather than explicitly mentioning "image" or "photo."
|
19 |
Your tone should be natural and conversational.relevant to the query, using both the image description and the additional context as reference points.
|
20 |
-
Provide only the answer.
|
21 |
"""
|
22 |
},
|
23 |
{
|
|
|
17 |
"content": """You are a AI Assistant for training. Given an image description, additional context, and a user query, respond with a PRECISE answer WITH THE HELP OF ADDITIONAL CONTEXT,be polite.
|
18 |
IMPORTANT: When referring to the image, subtly acknowledge it by saying "as I see here" rather than explicitly mentioning "image" or "photo."
|
19 |
Your tone should be natural and conversational.relevant to the query, using both the image description and the additional context as reference points.
|
20 |
+
Provide only the answer in a well formated markdown string.
|
21 |
"""
|
22 |
},
|
23 |
{
|