Skip to content

Commit f1f0a4b

Browse files
committed
Another minor claude bug fix
1 parent 7afd96f commit f1f0a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operate/models/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_system_prompt(model, objective):
239239
os_search_str=os_search_str,
240240
operating_system=operating_system,
241241
)
242-
elif model == "claude-3-with-ocr":
242+
elif model == "claude-3":
243243
prompt = SYSTEM_PROMPT_OCR.format(
244244
objective=objective,
245245
cmd_string=cmd_string,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="self-operating-computer",
13-
version="1.4.4",
13+
version="1.4.5",
1414
packages=find_packages(),
1515
install_requires=required, # Add dependencies here
1616
entry_points={

0 commit comments

Comments
 (0)