Skip to content

Commit

Permalink
Another minor claude bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbickett committed Mar 21, 2024
1 parent 7afd96f commit f1f0a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operate/models/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def get_system_prompt(model, objective):
os_search_str=os_search_str,
operating_system=operating_system,
)
elif model == "claude-3-with-ocr":
elif model == "claude-3":
prompt = SYSTEM_PROMPT_OCR.format(
objective=objective,
cmd_string=cmd_string,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="self-operating-computer",
version="1.4.4",
version="1.4.5",
packages=find_packages(),
install_requires=required, # Add dependencies here
entry_points={
Expand Down

0 comments on commit f1f0a4b

Please sign in to comment.