Skip to content

Commit

Permalink
Added a bit more detail to prompt for image summarization. TODO Needs…
Browse files Browse the repository at this point in the history
… to be migrated to jinja
  • Loading branch information
dividor committed Jul 16, 2024
1 parent b93ff13 commit 509b2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/chainlit-ui-evaluation/call_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
CHAT_URL = os.getenv("CHAT_URL")

IMAGE_SUMMARIZATION_PROMPT = (
"Summarize the image. Where possible list maximum or mimum values and any trends."
"Summarize the image. Where possible list maximum or minimum values and any trends."
)


Expand Down

0 comments on commit 509b2b9

Please sign in to comment.