Skip to content

Commit

Permalink
fix: fixed prompt of code formula predictor (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Omenetti <[email protected]>
  • Loading branch information
Matteo-Omenetti authored Jan 22, 2025
1 parent b01f90d commit bdcc82f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _get_prompt(self, label: str) -> str:
prompt = (
"A chat between a curious user and an artificial intelligence"
" assistant. The assistant gives helpful, detailed, and polite answers to"
" the user's questions. USER:"
" the user's questions. USER: "
)
prompt += (
"<img>" + "<imgpad>" * 256 + "</img>" + "\n" + " ASSISTANT:" + "\n" + query
Expand Down

0 comments on commit bdcc82f

Please sign in to comment.