This commit addresses a bug where the OpenAI API request was improperly formatted, leading to failed requests. The fix ensures the request payload adheres to the expected structure. Additionally, it incorporates the completed work from the feature-chat-history-save-call branch, which implements chat history persistence and retrieval features. All changes have been tested to confirm successful API communication and history management.
Add AI API access support and multi-language file functionality
- Added support for AI API, allowing the plugin to call external AI services
- Implemented multi-language file support, enabling users to choose different display languages
- Updated configuration file format to accommodate new language selection
- Fixed compatibility issues with previous versions