#Getting error in installing in windows
54 messages · Page 1 of 1 (latest)
@kindred ice please immediately revoke your OpenAI key since you've left it visible in above screenshot!
Also, you've cropped out the most important part for troubleshooting, which is the traceback message.
Though there's a clear indication that this is LiteLLM related. Please try pip install litellm --upgrade --force-reinstall and then run OI again
can you please check the error
@celest furnace
Hmm 🤔
Just start fresh. pip install open-interpreter --force-reinstall
Also, as I recommended before, do try and set this up in a conda environment so you're running it isolated with no risk of dependency conflicts. If you need help with that, shout out.
can you send the instructions how can i use conda environment in wondows
Follow these excellent instructions
https://youtu.be/SqnXUHwIa3c?t=167&si=Itgu8W99zn2maklr
#CapCut #capcutonline #aitools #ai #videoediting #chatgpt
CapCut Online is a free video editor design ed for the web. Give CapCut Online a try today and unleash your creativity! Click here to try CapCut Online: https://shorturl.at/amyT7
In this video, I show you Open Interpreter, an open-source alternative to ChatGPT's Code Interpreter. This i...
@celest furnace using conda envoronment also i am getting error , this same error getting in windows terminal and python . can you please check
Check your api key
The last line indicates either your OpenAI API key is wrong or you don't have a payment method set up
For GPT4 and 3.5 you do, yes
Please read up on the instructions and watch the YouTube video I linked to
I think you're missing some basic concepts here
I want to use open interpreter for free , is there any method
Absolutely, if your computer is up to it
If not, you can use replicate.com
Please read through the threads on this server
can we meet on zoom regarding this above screenshot issue
I have already explained the issue to you
'litellm.set_verbose=True' what about this ?
I will welcome you to come ask for help again, but please make an effort in reading up on basic concepts and instructions first 🙏
Just means it will spot out more logging text which is useful for troubleshooting
Not an issue
@celest furnace I just find basic commands in documentation , please help
Hi, are you trying to setup local or using an external source for the LLM?
Please share your Python version(python --version) also
Python 3.12.0 @tepid skiff
Oh no
external source
Downgrade python to 3.11
i also try with 3.11
3.12 doesn't work
can we meet and you guide me on zoom
How do you start interpreter?
Can you screenshot what command you are running and what error you are getting? @kindred ice
I'm unable to be in a call right now
okey
see with python 3.11 again i got the same error @tepid skiff
Please run interpreter -d
After that
And then type something and hit enter
Your OpenAI api key doen't work. Please create a new one and use setx OPENAI_API_KEY “<yourkey>”
For this you need to log in to openai and pay to use it.
There is an option to run locally for free: interpreter --local
ohh i can check locally
Currently it doesn't work locally for windows, there are a few fixes for it in the next update.