Skip to content

Commit

Permalink
讯飞星火库需要升级才能恢复兼容(已更新依赖);修复部分GUI显示bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Aug 18, 2023
1 parent 6714371 commit 29bf4c6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,9 @@ cmd运行`npm i docsify-cli -g`
- 2023-08-18
- 后置部分GPT_MODEL配置,规避一次性全加载问题
- 修复 LLM部分GUI板块显隐bug
- 讯飞星火库需要升级才能恢复兼容(已更新依赖)
- 修复部分GUI显示bug


</details>

Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2724,8 +2724,8 @@ def oncomboBox_chat_type_IndexChanged(self, index):
2: (1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0),
3: (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0),
4: (0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0),
5: (1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0),
6: (0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0),
5: (0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0),
6: (1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0),
7: (0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0),
8: (0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0),
9: (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0),
Expand Down
3 changes: 2 additions & 1 deletion requirements_bilibili.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gradio_client
schedule
bilibili-api
bilibili-api-python
langchain==0.0.142
langchain==0.0.142
pyhandytools
5 changes: 3 additions & 2 deletions requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ SpeechRecognition==3.10.0
baidu-aip==4.16.11
chardet==5.1.0
pypinyin==0.49.0
sparkdesk-api==1.0.3
sparkdesk-api==1.1.0
gradio_client==0.3.0
schedule==1.2.0
playwright==1.36.0
pyee==9.0.4
urllib3==2.0.3
urllib3==2.0.3
pyhandytools==0.0.7
3 changes: 2 additions & 1 deletion requirements_douyu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ send2trash
pypinyin
sparkdesk-api
gradio_client
schedule
schedule
pyhandytools
3 changes: 2 additions & 1 deletion requirements_dy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ send2trash
pypinyin
sparkdesk-api
gradio_client
schedule
schedule
pyhandytools
3 changes: 2 additions & 1 deletion requirements_ks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ idna
lxml
pyee
typing_extensions
urllib3
urllib3
pyhandytools
3 changes: 2 additions & 1 deletion requirements_talk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ chardet
pypinyin
sparkdesk-api
gradio_client
schedule
schedule
pyhandytools

0 comments on commit 29bf4c6

Please sign in to comment.