- Added new models and added an option for manual model name entry
- Added dartdoc documentation
- Dependencies upgrades
- Improvements
- You can now use custom fine tuned models in request. Example improved
- Create transcription endpoint added
- New gpt-4 model added
- New endpoints for image generation
- Added optional timeout properties to dio HTTP client
- Added support for new gpt-3.5-turbo model
- Added separate stream and async responses with different properties
- Prompt from request replaced with messages that support roles
- Added text-davinci-002 model
- Made prompt List so it can support longer questions
- Added option to detect last stream message in the app
- Added stream support
- Added completion support
- Full chat bot as example