CyanideByte

Results 17 issues of CyanideByte

### Describe the changes you have made: Just updated variables to the new names to fix a crash ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional...

### Describe the changes you have made: Added the new magic commands to the docs ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): -...

### Describe the changes you have made: Updated parts of the local.py profile script so that it would work on Windows too. ### Reference any relevant issues (e.g. "Fixes #000"):...

### Describe the changes you have made: Formatting string in default_system_message.py fixed Updated default values in the profiles Updated the defaults in start_terminal_interface.py (might not need this part anymore after...

### Describe the changes you have made: Added "py" to aliases list on JupyterLangauge class ### Reference any relevant issues (e.g. "Fixes #000"): https://discord.com/channels/1146610656779440188/1221178035378589776 ### Pre-Submission Checklist (optional but appreciated):...

### Describe the changes you have made: - Added a missing .lower() for the FTC message comparison - Made language aliases insensitive as well to match what is done with...

### Describe the changes you have made: - Fixed a crash by converting a missed import cv2 in display.py to lazy_import. - Removed the single quotes around pip install open-interpreter[os]....

### Describe the changes you have made: litellm has merged a fix for the warnings into their repository so we don't need to cap the version anymore. - Pydantic warnings...

### Describe the changes you have made: - Prevents LLM from responding to the user pressing enter without typing anything. ### Reference any relevant issues (e.g. "Fixes #000"): Fixes https://github.com/OpenInterpreter/open-interpreter/issues/1199...

### Describe the changes you have made: Fixed a common hallucination of Llama3 inserting a backtick at the start of a code block. ### Reference any relevant issues (e.g. "Fixes...