Tags: Lucassssss/eechat
Tags
fix(updater): disable auto install on app quit This change prevents automatic installation of updates when the app quits, giving users more control over when updates are applied. The previous behavior could interrupt user workflows by forcing updates at inconvenient times.
fix(updater): disable auto install on app quit This change prevents automatic installation of updates when the app quits, giving users more control over when updates are applied. The previous behavior could interrupt user workflows by forcing updates at inconvenient times.
feat: add support for Chinese model names and update dependencies - Added `name_zh` field to the `Model` interface to support Chinese model names - Updated dependencies in `package.json` to include `csv-parser` and `xlsx` - Refactored `ApiModel.vue` to improve readability and handle Chinese model names
refactor(updateDatabase): restructure database update logic for clarity The database update logic in `updateDatabase.js` was refactored to improve readability and maintainability. The changes include: - Moving the version check and SQL file execution outside the `if-else` block to simplify the flow. - Adding logging for skipped SQL update files to provide better visibility into the update process. Additionally, the SQL update script `v1.5.sql` was modified to add the `name_zh` column to the `llm_config_provider` and `llm_providers` tables, ensuring compatibility with future requirements.
fix(chat): handle missing chunk data and update tool call finish reason Ensure the chat service continues processing when chunk data is incomplete and update the finish reason check in ToolCallMerger to include 'tool_use'. This prevents potential errors and ensures consistent behavior when handling tool calls.
refactor(rag): remove unused td import and update embedding dimension… … handling The `td` import was unused and has been removed from DocumentTable.vue. The `embedding_dimension` type in rag.ts was changed to `any` to handle dynamic values, and the value in SelectItem components was cast to String to ensure consistent type handling.
PreviousNext