This release includes several improvements and security patches.
- Added OpenAI o1 model support.
- Fixed issues with Google Voice selection in the chatbot.
- Fixed issues related to deleting PDFs from the Pinecone namespace.
- Improved the "Delete All PDFs" functionality.
- Added the ability to upload data directly to the vector database through chatbot settings.
- AutoGPT - RSS module now retrieves descriptions from target RSS feeds. You can use the [description] variable in custom prompts to provide the AI with more context.
- Implemented IP anonymization in chat logs to ensure GDPR compliance.
- Markdown improvements in the chat bot.
- New safety category for Google models.
- Improved display of leads and feedback in chat logs.
This release includes couple of improvements for the chat bot:
- **OpenAI Assistant API Integration**: The chatbot now supports the OpenAI Assistant API. To use it, go to your chatbot settings and click the "Sync" button next to the models. This will synchronize your assistants.
[Learn more here](https://docs.aipower.org/docs/Chatbot/ai-settings#selecting-assistant).
- **Improved Markdown Formatting**: Switched to a better third-party library for parsing markdown.
- **Simplified Interface**: I've removed the AI Name and Avatar options to keep the chat window clean and simple.
The next release will introduce a conversation sidebar for viewing and managing conversations.
**Note:** If you're using a caching plugin, please remember to clear your site cache to make sure that the changes take effect.
This update imrproves image generation capabilities in both Express Mode and AutoGPT.
- **Custom Prompts for Image Generation**: You can now set your own custom prompts. Go to the **Dashboard > Tools** tab to configure your prompt or choose from ready-to-use templates.
- **Improved Replicate Integration**: Improved support for configuring individual models (e.g., Flux, Flux Ultra) with detailed settings. Go to **Dashboard > Tools** and click the **Settings** icon for Replicate to customize each model.
Fixed compatibility issues with OpenRouter integration following their API update today. Adjustments were made to align with their new API structure.
- New UI. This is a major update. Please make sure to clear your entire cache.
- Fixed AI Forms new line issue.
- Improved memory management for the chatbot, allowing higher memory limits for longer conversation history.
- Fixed an issue where the bot occasionally failed to remember previous conversations.
- Now we are sending user queries via form submission instead of the URL, removing URL length limitations in the chat bot while using streaming.
- Fixed encoding issues for non-Latin languages like Ukrainian and Russian.
- Export logs now verify proper permissions for the uploads folder.
- Improved handling of the o1 model by bypassing unsupported parameters such as top_p, frequency and presence penalties, and streaming. Check o1 models limitations [here](https://docs.aipower.org/docs/ai-engine/openai/gpt-models#o1-models-beta).