You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using open-interpreter 0.4.3 and anthropic 0.37.1 for testing os mode. I setted a customed ANTHROPIC_API_KEY and ANTHROPIC_API_BASE and made sure Anthropic object is using them.
Then when I start os mode and asking for some action as follow, interpreter did not reply anything or took any action.
BTW, I saw my api key shows prompt token is valid number but completion token is 0.
Reproduce
(openit) PS D:\sync_ws\code_ws\use_gui_agent> interpreter --os
Welcome to Open Interpreter.
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
▌ Model set to Claude 3.5 Sonnet (New), OS control enabled
Tip: Reduce display resolution for better performance.
Warning: This AI has full system access and can modify files, install software, and execute commands. By continuing, you accept all risks and responsibility.
Move your mouse to any corner of the screen to exit.
> open cmd.exe and findout system's ip address> save a empty txt file named new.txt on my desktop>
Expected behavior
OS mode can take action or reply.
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.11.11
Operating System name and version
Windows 10
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello and thanks for your project.
I'm using
open-interpreter 0.4.3
andanthropic 0.37.1
for testing os mode. I setted a customedANTHROPIC_API_KEY
andANTHROPIC_API_BASE
and made sureAnthropic
object is using them.Then when I start os mode and asking for some action as follow, interpreter did not reply anything or took any action.
BTW, I saw my api key shows
prompt token
is valid number butcompletion token
is 0.Reproduce
Expected behavior
OS mode can take action or reply.
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.11.11
Operating System name and version
Windows 10
Additional context
No response
The text was updated successfully, but these errors were encountered: