Skip to content

Commit 8f9f581

Browse files
committed
remove print
1 parent 523d1af commit 8f9f581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/models/prompts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def get_system_prompt(model, objective):
233233
operating_system=operating_system,
234234
)
235235
elif model == "gpt-4-with-ocr" or model == "o1-with-ocr" or model == "claude-3":
236-
print("adding SYSTEM_PROMPT_OCR")
236+
237237
prompt = SYSTEM_PROMPT_OCR.format(
238238
objective=objective,
239239
cmd_string=cmd_string,

0 commit comments

Comments
 (0)