Skip to content

Commit bdcc82f

Browse files
fix: fixed prompt of code formula predictor (#72)
Signed-off-by: Matteo Omenetti <[email protected]>
1 parent b01f90d commit bdcc82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling_ibm_models/code_formula_model/code_formula_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _get_prompt(self, label: str) -> str:
119119
prompt = (
120120
"A chat between a curious user and an artificial intelligence"
121121
" assistant. The assistant gives helpful, detailed, and polite answers to"
122-
" the user's questions. USER:"
122+
" the user's questions. USER: "
123123
)
124124
prompt += (
125125
"<img>" + "<imgpad>" * 256 + "</img>" + "\n" + " ASSISTANT:" + "\n" + query

0 commit comments

Comments
 (0)