Sam Garfield

Results 25 comments of Sam Garfield

Even with python 3.7.5 I get this same error.

I am attempting to use the LocalAI module with the oobabooga backend. It seems like both are intended to work as openai drop in replacements so in theory I should...

Same problem here. I get this error when I run docker sompose: backend-core | Traceback (most recent call last): backend-core | File "/usr/local/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap backend-core | self.run()...

When oi runs a sudo command, I usually do not see the first password prompt. If it hangs after sudo, type in your password. Or if you want to make...

> For those who are getting the error, this is the correct answer for me in MacOs Sonoma: > ` pip3.10 install open-interpreter` This worked for me in userland on...

Is there any kinda hacky way to export conversations in the meantime? Key feature for me is open access to my own gathered data and conversations. Thanks.

You have to make a .env file with the following fields: PORT=5001 MONGO_URI=mongodb://localhost:27017 That's assuming you have mongodb running locally.

I am also running into this. Something to do with the conda environment.

Many APIs act as drop in replacements for OpenAI's api with the same schema and a different URL.