nixiaobai
nixiaobai
#### Motivation Some users do not directly use the api host service provided by OpenAI, but use third-party openai compatible interfaces, such as Azure OpenAI API or Claude, which can...
### Expected Behavior re-displaying it set all user settings to default ### Current Behavior re-displaying it set all user settings to false ### Steps to reproduce 1. Set default user...
#### Motivation 我注意到MQTTX在使用lodash库时,并未选择lodash-es,而且在很多地方是全局引入而非按需引入。在构建过程中,优先选择ES模块格式的依赖包,能更好地支持[tree-shaking](https://cn.vuejs.org/guide/best-practices/performance.html#bundle-size-and-tree-shaking),从而优化打包结果。同时,由于MQTTX是基于electron的应用,我们无需担心对es5的兼容问题。如果我们采用lodash-es并进行按需引入,那么构建出来的产物将会更小,性能也会得到提升。 I noticed that MQTTX is using the lodash library, but did not choose lodash-es, and in many places it is globally imported instead of being imported on...
### PR Checklist If you have any questions, you can refer to the [Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md) #### What is the current behavior? Currently, the copilot API interface only supports OpenAI's host...