5.17.1 Fixed logger error preventing owega from opening on Windows... I am so sorry I didn't catch this earlier! >w<
5.17.0 Added xAI (grok) support! Supports everything, even function calling and vision!
5.16.4 Fix for claude: enforce non-streaming mode (fixes the 'overloaded_error' errors)
5.16.3 Added a .md prefix to the temp file with /edit (for editor syntax highlighting)
5.15.2 - Fixed 5.15.1, as I mistyped 4o-(preview/mini) insead of o1-(preview/mini)
5.15.0 OpenAI o1 update. Adds support for OpenAI's o1 models, which are limited, as they lack support for temperature, top_p, penalties, vision, and function calling.
5.14.0 Image generation update. Allows for the AI to generate images using DALLE
5.13.3 - Fixed errors with some versions of python-editor which don't have editor.edit but editor.editor()??? Somehow... I don't know maaaan, I'm tireeeed =w='
5.13.2 - Fixed compatibility with python <3.11 by removing typing.Self references.
5.13.0 Dependency removal update. - Changed markdownify dep from required to optional. - Changed pygame dep from required to optional.