Anton Solbjørg
Anton Solbjørg
### Is your feature request related to a problem? Please describe. when running: ´´´ interpreter --this-does-not-exist ``` ### Describe the solution you'd like when running: ´´´ interpreter --this-does-not-exist ``` Display...
Some dependencies uses x11 and is not compatible with wayland https://github.com/Kalmat/PyWinCtl?tab=readme-ov-file#linux-notice https://github.com/asweigart/pyautogui/issues?q=is%3Aissue+is%3Aopen+wayland
Using litellm.supports_function_calling to check if model supports function calling if function calling is not specified. ### Describe the changes you have made: ### Reference any relevant issues (e.g. "Fixes #000"):...
leaving model = gpt4 will result in function calling. Most LM Studio models dont use function calling. making it not work ### Describe the changes you have made: ### Reference...
### Describe the changes you have made: ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): - [ ] I have included relevant documentation updates...
### Describe the bug  ### Reproduce interpreter -l -m openai/lmstudio %info ### Expected behavior Print out debug info ### Screenshots _No response_ ### Open Interpreter version 0.2.4 ### Python...
Builds on code by CyanideByte Just moved it to a different location Will still display the backtick within the message, but will remove the backtick before code is run ###...
### Describe the changes you have made: Added tts for codestral profile ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): - [ ] I...
### Describe the changes you have made: ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): - [ ] I have included relevant documentation updates...
### Describe the bug uv tool install git+https://github.com/openinterpreter/open-interpreter.git@development running: ``` interpreter ``` missing libraries: uvicorn fastapi pyautogui Got it running using: ``` uv tool install git+https://github.com/openinterpreter/open-interpreter.git@development --with uvicorn --with fastapi...