Skip to content

Commit

Permalink
update model name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBirdTech committed Nov 4, 2024
1 parent c551078 commit 03bd91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/terminal_interface/profiles/defaults/haiku.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Configure Open Interpreter
from interpreter import interpreter

interpreter.llm.model = "claude-3-5-haiku-20241022"
interpreter.llm.model = "anthropic/claude-3-5-haiku-20241022"
interpreter.computer.import_computer_api = True
interpreter.llm.supports_functions = True
interpreter.llm.supports_vision = False
Expand Down

0 comments on commit 03bd91f

Please sign in to comment.