* Update: Slighlty cleaner API for context. If you want to implement you own web search for AI Engine, have a look at this: https://gist.github.com/jordymeow/c570826db8f72502f5f46a95cda30be5.
* Fix: Avoid the double slash when loading the script.
* Fix: Crash when embeddings' subtype is set to something else than null or a string.
* Fix: Sanitization of the context shouldn't removed the line returns.
* 🎵 Discuss with other users about features and issues on [my...
* Update: Forms have been rewritten to be more flexible, including streaming. Parameters are kept only on the server (your users can't see them). If any issue, you can switch back to the Legacy Forms (check the settings).
* Fix: Params relative to UI were not being overriden by the filters.
* Fix: Connection errors with OpenAI or Azure should be displayed.
* Fix: Limits were overriden by a misplaced line of code. Sorry about that!
* 🎵 Discuss with other users about features and issues on [my...
* Add: Embeddings Export (no worries, Import will be next!).
* Update: Added a Sync button directly next to the outdated embeddings.
* Fix: Remove a few warnings and notices.
* 🎵 Discuss with other users about features and issues on [my Discord](https://discord.gg/bHDGh38).
* 🌴 Keep me motivated with [a little review here](https://wordpress.org/support/plugin/ai-engine/reviews/). Thank you!
no changelog for this version
- Add: Streaming in Playground.
- Update: Enhanced the UI of the Playground.
- Update: Better handling of the errors from OpenAI and Pinecone.
- 🎵 Discuss with other users about features and issues on my Discord.
- 🌴 Keep me motivated with a little review here. Thank you!
* Add: Many namespaces can now be used at the same time.
* Fix: Issue with the ask() function for the Chatbot JS API.
* Fix: Avoid flooding the chatbot via the JS API.
* Fix: Avoid crashing when Deployment Name for Azure is empty.
* ⚠️ Modernized AI form fields to use styles from the block editor. This will crash the forms already made, but they can be restored easily by clicking on the "Attempt Block Recovery" button.
* Add: Support of [Function Calling](https://meowapps.com/ai-engine/api/#function-calling) in the AI Engine API.
* Fix: Import Embeddings was not displaying progress accurately, and some error messages were wrong.
* 🎵 Discuss with other users about features and issues on [my Discord](https://discord.gg/bHDGh38).
* 🌴 Keep me motivated with [a little review here](https://wordpress.org/support/plugin/ai-engine/reviews/). Thank you!
* Add: Added missing servers for Pinecone.
* Fix: Avoid the double slashes in some URLs.
* Add: The "Finetunes" tab is now about the new models (and new format of JSONL). The former "Finetunes" tab has been renamed into "Legacy Finetunes" (and is only accessible if you enable it in the "Settings"). Try to finetune your own models using GPT 3.5! 🥳 More info [here](https://openai.com/blog/gpt-3-5-turbo-fine-tuning-and-api-updates).
* Info: It will take some time for me to update the documentation, as everything has just been announced by OpenAI and not much of it has been tested...