binary-husky
dae180b9ea
update spark v3.5, fix glm parallel problem
2024-02-18 14:08:35 +08:00
binary-husky
e359fff040
Fix response message bug in bridge_qianfan.py,
...
bridge_qwen.py, and bridge_skylark2.py
2024-02-15 00:02:24 +08:00
binary-husky
2e9b4a5770
Merge Frontier, Update to Version 3.72 ( #1553 )
...
* Zhipu sdk update 适配最新的智谱SDK,支持GLM4v (#1502 )
* 适配 google gemini 优化为从用户input中提取文件
* 适配最新的智谱SDK、支持glm-4v
* requirements.txt fix
* pending history check
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
* Update "生成多种Mermaid图表" plugin: Separate out the file reading function (#1520 )
* Update crazy_functional.py with new functionality deal with PDF
* Update crazy_functional.py and Mermaid.py for plugin_kwargs
* Update crazy_functional.py with new chart type: mind map
* Update SELECT_PROMPT and i_say_show_user messages
* Update ArgsReminder message in get_crazy_functions() function
* Update with read md file and update PROMPTS
* Return the PROMPTS as the test found that the initial version worked best
* Update Mermaid chart generation function
* version 3.71
* 解决issues #1510
* Remove unnecessary text from sys_prompt in 解析历史输入 function
* Remove sys_prompt message in 解析历史输入 function
* Update bridge_all.py: supports gpt-4-turbo-preview (#1517 )
* Update bridge_all.py: supports gpt-4-turbo-preview
supports gpt-4-turbo-preview
* Update bridge_all.py
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
* Update config.py: supports gpt-4-turbo-preview (#1516 )
* Update config.py: supports gpt-4-turbo-preview
supports gpt-4-turbo-preview
* Update config.py
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
* Refactor 解析历史输入 function to handle file input
* Update Mermaid chart generation functionality
* rename files and functions
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
Co-authored-by: hongyi-zhao <hongyi.zhao@gmail.com>
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
* 接入mathpix ocr功能 (#1468 )
* Update Latex输出PDF结果.py
借助mathpix实现了PDF翻译中文并重新编译PDF
* Update config.py
add mathpix appid & appkey
* Add 'PDF翻译中文并重新编译PDF' feature to plugins.
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
* fix zhipuai
* check picture
* remove glm-4 due to bug
* 修改config
* 检查MATHPIX_APPID
* Remove unnecessary code and update
function_plugins dictionary
* capture non-standard token overflow
* bug fix #1524
* change mermaid style
* 支持mermaid 滚动放大缩小重置,鼠标滚动和拖拽 (#1530 )
* 支持mermaid 滚动放大缩小重置,鼠标滚动和拖拽
* 微调未果 先stage一下
* update
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
* ver 3.72
* change live2d
* save the status of ``clear btn` in cookie
* 前端选择保持
* js ui bug fix
* reset btn bug fix
* update live2d tips
* fix missing get_token_num method
* fix live2d toggle switch
* fix persistent custom btn with cookie
* fix zhipuai feedback with core functionality
* Refactor button update and clean up functions
---------
Co-authored-by: XIao <46100050+Kilig947@users.noreply.github.com>
Co-authored-by: Menghuan1918 <menghuan2003@outlook.com>
Co-authored-by: hongyi-zhao <hongyi.zhao@gmail.com>
Co-authored-by: Hao Ma <893017927@qq.com>
Co-authored-by: zeyuan huang <599012428@qq.com>
2024-02-14 18:35:09 +08:00
binary-husky
e0c5859cf9
update Column min_width parameter
2024-02-12 23:37:31 +08:00
binary-husky
b9b1e12dc9
fix missing get_token_num method
2024-02-12 15:58:55 +08:00
binary-husky
8814026ec3
fix gradio-client version ( #1548 )
2024-02-09 13:25:01 +08:00
binary-husky
3025d5be45
remove jsdelivr ( #1547 )
2024-02-09 13:17:14 +08:00
binary-husky
6c13bb7b46
patch issue #1538
2024-02-06 17:59:09 +08:00
binary-husky
c27e559f10
match sess-* key
2024-02-06 17:51:47 +08:00
binary-husky
cdb5288f49
fix issue #1532
2024-02-02 17:47:35 +08:00
hongyi-zhao
49c6fcfe97
Update config.py: supports gpt-4-turbo-preview ( #1516 )
...
* Update config.py: supports gpt-4-turbo-preview
supports gpt-4-turbo-preview
* Update config.py
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
2024-01-26 16:44:32 +08:00
hongyi-zhao
45fa0404eb
Update bridge_all.py: supports gpt-4-turbo-preview ( #1517 )
...
* Update bridge_all.py: supports gpt-4-turbo-preview
supports gpt-4-turbo-preview
* Update bridge_all.py
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
2024-01-26 16:36:23 +08:00
binary-husky
f889ef7625
解决issues #1510
2024-01-25 22:42:08 +08:00
binary-husky
a93bf4410d
version 3.71
2024-01-25 22:18:43 +08:00
binary-husky
1c0764753a
Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier
2024-01-25 22:05:13 +08:00
Menghuan1918
c847209ac9
Update "Generate multiple Mermaid charts" plugin with md file read ( #1506 )
...
* Update crazy_functional.py with new functionality deal with PDF
* Update crazy_functional.py and Mermaid.py for plugin_kwargs
* Update crazy_functional.py with new chart type: mind map
* Update SELECT_PROMPT and i_say_show_user messages
* Update ArgsReminder message in get_crazy_functions() function
* Update with read md file and update PROMPTS
* Return the PROMPTS as the test found that the initial version worked best
* Update Mermaid chart generation function
2024-01-24 17:44:54 +08:00
binary-husky
4f9d40c14f
删除冗余代码
2024-01-24 01:42:31 +08:00
binary-husky
91926d24b7
处理一个core_functional.py中出现的mermaid渲染特例
2024-01-24 01:38:06 +08:00
binary-husky
ef311c4859
localize mjs scripts
2024-01-24 01:06:58 +08:00
binary-husky
82795d3817
remove mask string feature for now (still buggy)
2024-01-24 00:44:27 +08:00
binary-husky
49e28a5a00
Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier
2024-01-23 15:48:49 +08:00
binary-husky
01def2e329
Merge branch 'master' into frontier
2024-01-23 15:48:06 +08:00
Menghuan1918
2291be2b28
Update "Generate multiple Mermaid charts" plugin ( #1503 )
...
* Update crazy_functional.py with new functionality deal with PDF
* Update crazy_functional.py and Mermaid.py for plugin_kwargs
2024-01-23 15:45:34 +08:00
binary-husky
c89ec7969f
fix test import err
2024-01-23 09:52:58 +08:00
Menghuan1918
1506c19834
Update crazy_functional.py with new functionality deal with PDF ( #1500 )
2024-01-22 14:55:39 +08:00
binary-husky
a6fdc493b7
autogen plugin bug fix
2024-01-22 00:08:04 +08:00
binary-husky
113067c6ab
Merge branch 'master' into frontier
2024-01-21 23:49:20 +08:00
Menghuan1918
7b6828ab07
从当前对话历史中生产Mermaid图表的插件 ( #1497 )
...
* Add functionality to generate multiple types of Mermaid charts
* Update conditional statement in 解析历史输入 function
2024-01-21 23:41:39 +08:00
binary-husky
d818c38dfe
better theme
2024-01-21 19:41:18 +08:00
binary-husky
08b4e9796e
Update README.md ( #1499 )
...
* Update README.md
* Update README.md
2024-01-21 19:08:48 +08:00
binary-husky
b55d573819
auto prompt lang
2024-01-21 13:47:11 +08:00
binary-husky
06b0e800a2
修复渲染的小BUG
2024-01-21 12:19:04 +08:00
binary-husky
7bbaf05961
Merge branch 'master' into frontier
2024-01-20 22:33:41 +08:00
binary-husky
3b83279855
anim generation bug fix #896
2024-01-20 22:17:51 +08:00
binary-husky
37164a826e
GengKanghua #896
2024-01-20 22:14:13 +08:00
binary-husky
dd2a97e7a9
draw project struct with mermaid
2024-01-20 21:23:56 +08:00
binary-husky
e579006c4a
add set_multi_conf
2024-01-20 18:33:35 +08:00
binary-husky
031f19b6dd
替换错误的变量名称
2024-01-20 18:28:54 +08:00
binary-husky
142b516749
gpt_academic text mask imp
2024-01-20 18:00:06 +08:00
binary-husky
f2e73aa580
智谱API突发恶疾
2024-01-19 21:09:27 +08:00
binary-husky
8565a35cf7
readme update
2024-01-18 23:21:11 +08:00
binary-husky
72d78eb150
Merge branch 'master' of github.com:binary-husky/chatgpt_academic
2024-01-18 23:07:05 +08:00
binary-husky
7aeda537ac
remove debug btn
2024-01-18 23:05:47 +08:00
binary-husky
6cea17d4b7
remove debug btn
2024-01-18 22:33:49 +08:00
binary-husky
20bc51d747
Merge branch 'master' into frontier
2024-01-18 22:23:26 +08:00
XIao
b8ebefa427
Google gemini fix ( #1473 )
...
* 适配 google gemini 优化为从用户input中提取文件
* Update README.md (#1477 )
* Update README.md
* Update README.md
* Update requirements.txt (#1480 )
* welcome glm4 from 智谱!
* Update README.md (#1484 )
* Update README.md (#1485 )
* update zhipu
* Fix translation task name in core_functional.py
* zhipuai version problem
---------
Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
2024-01-18 18:06:07 +08:00
binary-husky
dcc9326f0b
zhipuai version problem
2024-01-18 17:51:20 +08:00
binary-husky
94fc396eb9
Fix translation task name in core_functional.py
2024-01-18 15:32:17 +08:00
binary-husky
e594e1b928
update zhipu
2024-01-18 00:32:51 +08:00
binary-husky
8fe545d97b
update zhipu
2024-01-18 00:31:53 +08:00