binary-husky
24a21ae320
紫东太初大模型
2024-06-06 09:05:06 +00:00
binary-husky
3d5790cc2c
resolve fallback to non-multimodal problem
2024-06-06 08:00:30 +00:00
binary-husky
7de6015800
multimodal support for gpt-4o etc
2024-06-06 07:36:37 +00:00
binary-husky
46428b7c7a
Merge branch 'master' into frontier
2024-06-01 16:22:32 +00:00
binary-husky
66a50c8019
live2d shutdown bug fix
2024-06-01 16:21:04 +00:00
Menghuan1918
814dc943ac
将“生成多种图表”插件高级参数更新为二级菜单 ( #1839 )
...
* Improve the prompts
* Update to new meun form
* Bug fix (wrong type of plugin_kwargs)
2024-06-01 13:34:33 +08:00
binary-husky
96cd1f0b25
secondary menu main input sync bug fix
2024-05-31 04:13:27 +00:00
binary-husky
4fc17f4add
Merge branch 'master' into frontier
2024-05-30 15:00:44 +00:00
binary-husky
b3665d8fec
remove check
2024-05-30 14:54:50 +00:00
binary-husky
80c4281888
TTS Default Enable
2024-05-30 14:27:18 +00:00
binary-husky
beda56abb0
update dockerfile
2024-05-30 12:44:17 +00:00
binary-husky
cb16941d01
update css
2024-05-30 12:35:47 +00:00
binary-husky
5cf9ac7849
Merge branch 'master' into frontier
2024-05-29 16:06:28 +00:00
binary-husky
51ddb88ceb
correct hint err
2024-05-29 16:05:23 +00:00
binary-husky
69dfe5d514
compat to old void-terminal plugin
2024-05-29 15:50:00 +00:00
binary-husky
6819f87512
Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier
2024-05-23 16:35:20 +00:00
binary-husky
3d51b9d5bb
compat baichuan
2024-05-23 16:35:15 +00:00
QiyuanChen
bff87ada92
添加对ERNIE-Speed和ERNIE-Lite模型的支持 ( #1821 )
...
* feat: add ERNIE-Speed and ERNIE-Lite
百度的ERNIE-Speed and ERNIE-Lite模型开始免费使用了,故添加了调用地址。可以使用ERNIE-Speed-128K,ERNIE-Speed-8K,ERNIE-Lite-8K来访问
* chore: Modify supported models in config.py
修改了config.py中千帆支持的模型列表,添加了三款免费模型
2024-05-24 00:16:26 +08:00
binary-husky
a938412b6f
save conversation wrap
2024-05-23 15:58:59 +00:00
binary-husky
a48acf6fec
Flex Btn Bug Fix
2024-05-22 08:38:40 +00:00
binary-husky
c6b9ab5214
add document
2024-05-22 06:39:56 +00:00
binary-husky
aa3332de69
add document
2024-05-22 06:27:26 +00:00
binary-husky
d43175d46d
fix type hint
2024-05-21 13:18:38 +00:00
binary-husky
8ca9232db2
Merge branch 'master' into frontier
2024-05-21 12:27:01 +00:00
binary-husky
1339aa0e1a
doc2x latex convertion
2024-05-21 12:24:50 +00:00
binary-husky
f41419e767
update demo
2024-05-21 11:12:08 +00:00
binary-husky
d88c585305
improve latex plugin
2024-05-21 10:47:50 +00:00
binary-husky
0a88d18c7a
secondary menu for pdf trans
2024-05-21 08:51:29 +00:00
binary-husky
0d0edc2216
Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier
2024-05-19 21:54:16 +08:00
binary-husky
5e0875fcf4
from backend to front end
2024-05-19 21:54:06 +08:00
Shixian Sheng
c508b84db8
更新了README.md/Update README.md ( #1810 )
2024-05-19 20:41:17 +08:00
Menghuan1918
f2b67602bb
为docker构建添加FFmpeg依赖 ( #1807 )
...
* Test: change dockerfile to install ffmpeg
* Add the ffmpeg to dockerfile (required by edge-tts)
2024-05-19 14:27:55 +08:00
binary-husky
29daba5d2f
success?
2024-05-18 23:03:28 +08:00
binary-husky
9477824ac1
improve css
2024-05-18 21:54:15 +08:00
binary-husky
459c5b2d24
plugin refactor: phase 1
2024-05-18 20:23:50 +08:00
binary-husky
abf9b5aee5
Merge branch 'master' into frontier
2024-05-18 15:52:08 +08:00
binary-husky
2ce4482146
fix new ModelOverride fn bug
2024-05-18 15:47:25 +08:00
binary-husky
4282b83035
change TTS default to DISABLE
2024-05-18 15:43:35 +08:00
binary-husky
537be57c9b
fix tts bugs
2024-05-17 21:07:28 +08:00
binary-husky
3aa92d6c80
change main ui hint
2024-05-17 11:34:13 +08:00
awwaawwa
b7eb9aba49
[Feature]: allow model mutex override in core_functional.py ( #1708 )
...
* allow_core_func_specify_model
* change arg name
* 模型覆盖支持热更新&当模型覆盖指向不存在的模型时报错
* allow model mutex override
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com >
2024-05-17 11:15:23 +08:00
hongyi-zhao
881a596a30
model support (gpt4o) in project. ( #1760 )
...
* Add the environment variable: OPEN_BROWSER
* Add configurable browser launching with custom arguments
- Update `config.py` to include options for specifying the browser and its arguments for opening URLs.
- Modify `main.py` to use the configured browser settings from `config.py` to launch the web page.
- Enhance `config_loader.py` to process path-like strings by expanding and normalizing paths, which supports the configuration improvements.
* Add support for the following models:
"gpt-4o", "gpt-4o-2024-05-13"
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com >
2024-05-14 17:01:32 +08:00
binary-husky
1b3c331d01
dos2unix
2024-05-14 12:02:40 +08:00
binary-husky
70d5f2a7df
arg name err patch
2024-05-13 23:40:35 +08:00
Menghuan1918
fd2f8b9090
Provide a new fast and simple way of accessing APIs (As example: Yi-models,Deepseek) ( #1782 )
...
* deal with the message part
* Finish no_ui_connect
* finish predict part
* Delete old version
* An example of add new api
* Bug fix:can not change in "model_info"
* Bug fix
* Error message handling
* Clear the format
* An example of add a openai form API:Deepseek
* For compatibility reasons
* Feture: set different API/Endpoint to diferent models
* Add support for YI new models
* 更新doc2x的api key机制 (#1766 )
* Fix DOC2X API key refresh issue in PDF translation
* remove add
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com >
* 修改部分文件名、变量名
* patch err
---------
Co-authored-by: alex_xiao <113411296+Alex4210987@users.noreply.github.com >
Co-authored-by: binary-husky <qingxu.fu@outlook.com >
2024-05-13 23:38:08 +08:00
binary-husky
225a2de011
Version 3.76 ( #1752 )
...
* version roll
* add upload processbar
2024-05-13 22:54:38 +08:00
binary-husky
6aea6d8e2b
Merge branch 'master' into frontier
2024-05-13 22:52:15 +08:00
alex_xiao
8d85616c27
更新doc2x的api key机制 ( #1766 )
...
* Fix DOC2X API key refresh issue in PDF translation
* remove add
---------
Co-authored-by: binary-husky <qingxu.fu@outlook.com >
2024-05-13 22:49:40 +08:00
binary-husky
e4533dd24d
Merge branch 'master' into frontier
2024-05-04 17:00:09 +08:00
binary-husky
43ed8cb8a8
Fix fastapi version compat
version3.75
2024-05-04 16:43:42 +08:00