Mike Bird

Results 27 issues of Mike Bird

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Changing from Black to Ruff will increase the speed of development...

Enhancement
Good First issue
Triaged

### Describe the changes you have made: Added `Android` section to readme that links to https://github.com/Arrendy/open-interpreter-termux ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated):...

Adding Open Interpreter to the list of Extensions & Plugins. Includes link to OI documentation explaining how to use Ollama to power OI

### Describe the changes you have made: Updated the ollama docs for an updated command. I've just been using `ollama` without issue and someone in the Discord had issues with...

### Describe the changes you have made: The `run` method in the `Terminal` class is a generator function that executes some code and yields the results one at a time....

### Describe the changes you have made: Updated the docs for perplexity ### Reference any relevant issues (e.g. "Fixes #000"): https://github.com/KillianLucas/open-interpreter/issues/939 ### Pre-Submission Checklist (optional but appreciated): - [x] I...

### Describe the changes you have made: - created a new file `cli.py` that is the terminal interface entry point - removed the logic that served this from `core.py` -...

### Describe the changes you have made: Someone was being difficult and changed their username 😋 so we need to update the path to the repo ### Reference any relevant...

### Is your feature request related to a problem? Please describe. I have created two profiles for different models/api keys. One is for OpenAI and the other is for Azure....

Enhancement

### Describe the changes you have made: One more step towards decoupling `Core` from `Terminal Interface` by moving `get_storage_path` util into `Core`. `OpenInterpreter` objects are initialized with a `conversation_history_path` field...