wechaty-web-panel 1.6.14 → 1.6.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## 更新日志
2
2
 
3
- ### V1.6.14(2023-07-23)
3
+ ### V1.6.15(2023-07-23)
4
4
  1、修复自定义对话更新配置问题
5
5
  2、添加rss订阅功能
6
6
  3、优化登录判断
@@ -59,7 +59,7 @@ class OfficialOpenAi {
59
59
  baseOptions.maxResponseTokens = 2048;
60
60
  }
61
61
  }
62
- if (this.config.model.config.model.toLowerCase().includes('gpt-3.5-turbo-16k')) {
62
+ if (this.config.model.toLowerCase().includes('gpt-3.5-turbo-16k')) {
63
63
  baseOptions.maxModelTokens = 16384;
64
64
  baseOptions.maxResponseTokens = 4096;
65
65
  }
@@ -6,7 +6,7 @@ exports.packageJson = void 0;
6
6
  */
7
7
  exports.packageJson = {
8
8
  "name": "wechaty-web-panel",
9
- "version": "1.6.14",
9
+ "version": "1.6.15",
10
10
  "description": "智能微秘书插件",
11
11
  "exports": {
12
12
  ".": {
@@ -54,7 +54,7 @@ class OfficialOpenAi {
54
54
  baseOptions.maxResponseTokens = 2048;
55
55
  }
56
56
  }
57
- if (this.config.model.config.model.toLowerCase().includes('gpt-3.5-turbo-16k')) {
57
+ if (this.config.model.toLowerCase().includes('gpt-3.5-turbo-16k')) {
58
58
  baseOptions.maxModelTokens = 16384;
59
59
  baseOptions.maxResponseTokens = 4096;
60
60
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.6.14",
6
+ "version": "1.6.15",
7
7
  "description": "智能微秘书插件",
8
8
  "exports": {
9
9
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.6.14",
3
+ "version": "1.6.15",
4
4
  "description": "智能微秘书插件",
5
5
  "exports": {
6
6
  ".": {