2023-03-18 12:26:19 +00:00
|
|
|
IMAGE_PROMPT = """
|
|
|
|
provide a figure named {filename}. The description is: {description}.
|
|
|
|
|
|
|
|
Please understand and answer the image based on this information. The image understanding is complete, so don't try to understand the image again.
|
2023-04-07 02:11:24 +00:00
|
|
|
|
|
|
|
USER INPUT
|
|
|
|
============
|
2023-03-18 12:26:19 +00:00
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
AUDIO_PROMPT = """
|
|
|
|
provide a audio named {filename}. The description is: {description}.
|
|
|
|
|
|
|
|
Please understand and answer the audio based on this information. The audio understanding is complete, so don't try to understand the audio again.
|
2023-04-07 02:11:24 +00:00
|
|
|
|
|
|
|
USER INPUT
|
|
|
|
============
|
2023-03-18 12:26:19 +00:00
|
|
|
"""
|
|
|
|
|
|
|
|
VIDEO_PROMPT = """
|
|
|
|
provide a video named {filename}. The description is: {description}.
|
|
|
|
|
|
|
|
Please understand and answer the video based on this information. The video understanding is complete, so don't try to understand the video again.
|
2023-04-07 02:11:24 +00:00
|
|
|
|
|
|
|
USER INPUT
|
|
|
|
============
|
2023-03-18 12:26:19 +00:00
|
|
|
"""
|
|
|
|
|
|
|
|
DATAFRAME_PROMPT = """
|
|
|
|
provide a dataframe named {filename}. The description is: {description}.
|
|
|
|
|
|
|
|
You are able to use the dataframe to answer the question.
|
|
|
|
You have to act like an data analyst who can do an effective analysis through dataframe.
|
2023-04-07 02:11:24 +00:00
|
|
|
|
|
|
|
USER INPUT
|
|
|
|
============
|
2023-03-18 12:26:19 +00:00
|
|
|
"""
|