Mike Bird
Mike Bird
Hi @redthing1 What is the code that you're running to have this issue?
Profiles and conversation history are now a part of OI. Thanks!
Closing this stale issue. Please create a new issue if the problem is not resolved or explained in the documentation. Thanks!
Check out the [documentation for llamafile](https://docs.openinterpreter.com/language-model-setup/local-models/llamafile) OI also supports `Ollama` and `Jan` as two other open source options @benbot
Your import statement should be `from interpreter import interpreter` - [docs](https://docs.openinterpreter.com/getting-started/setup#python-usage) You will also need to update to `interpreter.llm.api_key` [docs](https://docs.openinterpreter.com/usage/python/arguments#api-key)
I think this was resolved with https://github.com/KillianLucas/open-interpreter/commit/61d46883d018e675e3c95595729a3a60a7a1d35b @dhax will you try running `pip install --upgrade --force-reinstall git+https://github.com/KillianLucas/open-interpreter.git` to see if it fixes the model?
@CM-IV Can you please try to add `/v1` to the end of the `--api_base`
This fix has been documented. Please create a new issue if the problem persists for you. Thanks!
Do not put the curly brackets around the value - [docs](https://docs.openinterpreter.com/usage/terminal/arguments#context-window-or-c)
Hi @deeplook Thanks for opening the issue. If a PR is made for this, we will review it, but seeing as CTRL-C works as expected, this will not be a...