NEXAS commited on
Commit
3b2c221
·
verified ·
1 Parent(s): 072b25d

Update utils/llm_ag.py

Browse files
Files changed (1) hide show
  1. 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
  {