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.
5.10.0 Moved single_ask to owega.ask, moved markdown_print to owega.utils.
5.9.4 Fixed a circular import, which technically wasn't really an issue, due to an old AWFUL AF fix... Also, fixed most type hinting.
5.9.0 Fixed a huge issue where owega couldn't be imported if the terminal wasn't interactive. Added owega.__version__
5.8.4 Fixed an issue with time-aware mode which would create new lines with just the date when sending an empty message, instead of just prompting with same history.