Commit Graph

2298 Commits

Author SHA1 Message Date
binary-husky e62decac21 change some open fn encoding to utf-8 2024-11-19 15:53:50 +00:00
binary-husky 588b22e039 comment remove 2024-11-19 15:05:48 +00:00
binary-husky ef18aeda81 adjust rag 2024-11-19 14:59:50 +00:00
binary-husky 3520131ca2 public media gpt 2024-11-18 18:38:49 +00:00
binary-husky ff5901d8c0 Merge branch 'master' into frontier 2024-11-17 18:16:19 +00:00
binary-husky 2305576410 unify mutex button manifest 2024-11-17 18:14:45 +00:00
binary-husky 52f23c505c media-gpt update 2024-11-17 17:45:53 +00:00
binary-husky 34cc484635 chatgpt-4o-latest 2024-11-11 15:58:57 +00:00
binary-husky d152f62894 renamed plugins 2024-11-11 14:55:05 +00:00
binary-husky ca35f56f9b fix: media gpt upgrade 2024-11-11 14:48:29 +00:00
binary-husky d616fd121a update experimental media agent 2024-11-10 16:42:31 +00:00
binary-husky f3fda0d3fc Merge branch 'master' into frontier 2024-11-10 13:41:44 +00:00
binary-husky 197287fc30 Enhance archive extraction with error handling for tar and gzip formats 2024-11-09 10:10:46 +00:00
Bingchen Jiang c37fcc9299
Adding support to new openai apikey format (#2030) 2024-11-09 13:41:19 +08:00
binary-husky 91f5e6b8f7 resolve pickle security issue 2024-11-04 13:49:49 +00:00
hcy2206 4f0851f703
增加了对于glm-4-plus的支持 (#2014)
* 增加对于讯飞星火大模型Spark4.0的支持

* Create github action sync.yml

* 增加对于智谱glm-4-plus的支持

* feat: change arxiv io param

* catch comment source code exception

* upgrade auto comment

* add security patch

---------

Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
2024-11-03 22:41:16 +08:00
binary-husky 2821f27756 add security patch 2024-11-03 14:34:17 +00:00
binary-husky 8f91a048a8 dfa algo imp 2024-11-03 09:39:14 +00:00
binary-husky 58eac38b4d Merge branch 'master' into frontier 2024-10-30 13:42:17 +00:00
binary-husky 180550b8f0 upgrade auto comment 2024-10-30 13:37:35 +00:00
binary-husky 7497dcb852 catch comment source code exception 2024-10-30 11:40:47 +00:00
binary-husky 23ef2ffb22 feat: change arxiv io param 2024-10-27 16:54:29 +00:00
binary-husky 848d0f65c7 share paper network beta 2024-10-27 16:08:25 +00:00
Menghuan1918 f0b0364f74
修复并改进build with latex的Docker构建 (#2020)
* 改进构建文件

* 修复问题

* 更改docker注释,同时测试拉取大小
2024-10-27 23:17:03 +08:00
binary-husky d7f0cbe68e Merge branch 'master' into frontier 2024-10-21 14:31:25 +00:00
binary-husky 69f3755682 adjust max_token_limit for pdf translation plugin 2024-10-21 14:31:11 +00:00
binary-husky 04c9077265 Merge branch 'papershare_beta' into frontier 2024-10-21 14:06:52 +00:00
binary-husky 6afd7db1e3 Merge branch 'master' into frontier 2024-10-21 14:06:23 +00:00
binary-husky 4727113243 update doc2x functions 2024-10-21 14:05:42 +00:00
binary-husky 42d10a9481 update doc2x functions 2024-10-21 14:05:05 +00:00
binary-husky 50a1ea83ef control whether to allow sharing translation results with GPTAC academic cloud. 2024-10-18 18:05:50 +00:00
binary-husky a9c86a7fb8 pre 2024-10-18 14:16:24 +00:00
binary-husky 2b299cf579 Merge branch 'master' into frontier 2024-10-16 15:22:27 +00:00
wsg1873 310122f5a7
solve the concatenate error. (#2011) 2024-10-16 00:56:24 +08:00
binary-husky 0121cacc84 Merge branch 'master' into frontier 2024-10-15 09:10:36 +00:00
binary-husky c83bf214d0 change arxiv download attempt url order 2024-10-15 09:09:24 +00:00
binary-husky e34c49dce5 compat: deal with arxiv url change 2024-10-15 09:07:39 +00:00
binary-husky f2dcd6ad55 compat: arxiv translation src shift 2024-10-15 09:06:57 +00:00
binary-husky 42d9712f20 Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier 2024-10-15 08:24:01 +00:00
binary-husky 3890467c84 replace `rm` with `rm -f` 2024-10-15 07:32:29 +00:00
binary-husky 074b3c9828 explicitly declare default value 2024-10-15 06:41:12 +00:00
Nextstrain b8e8457a01
关于o1系列模型无法正常请求的修复,多模型轮询KeyError: 'finish_reason'的修复 (#1992)
* Update bridge_all.py

* Update bridge_chatgpt.py

* Update bridge_chatgpt.py

* Update bridge_all.py

* Update bridge_all.py
2024-10-15 14:36:51 +08:00
binary-husky 2c93a24d7e fix dockerfile: try align python 2024-10-15 06:35:35 +00:00
binary-husky e9af6ef3a0 fix: github action glitch 2024-10-15 06:32:47 +00:00
wsg1873 5ae8981dbb
add the '/Fit' destination (#2009) 2024-10-14 22:50:56 +08:00
Boyin Liu 7f0ffa58f0
Boyin rag (#1983)
* first_version

* rag document support

* RAG interactive prompts added, issues resolved

* Resolve conflicts

* Resolve conflicts

* Resolve conflicts

* more file format support

* move import

* Resolve LlamaIndexRagWorker bug

* new resolve

* Address import  LlamaIndexRagWorker problem

* change import order

---------

Co-authored-by: binary-husky <qingxu.fu@outlook.com>
2024-10-14 22:48:24 +08:00
binary-husky adbed044e4 fix o1 compat problem 2024-10-13 17:02:07 +00:00
Menghuan1918 2fe5febaf0
为build-with-latex版本Docker构建新增arm64支持 (#1994)
* Add arm64 support

* Bug fix

* Some build bug fix

* Add arm support

* 分离arm和x86构建

* 改进构建文档

* update tags

* Update build-with-latex-arm.yml

* Revert "Update build-with-latex-arm.yml"

This reverts commit 9af92549b5.

* Update

* Add

* httpx

* Addison

* Update GithubAction+NoLocal+Latex

* Update docker-compose.yml and GithubAction+NoLocal+Latex

* Update README.md

* test math anim generation

* solve the pdf concatenate error. (#2006)

* solve the pdf concatenate error.

* add legacy fallback option

---------

Co-authored-by: binary-husky <qingxu.fu@outlook.com>

---------

Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
Co-authored-by: wsg1873 <wsg0326@163.com>
2024-10-14 00:25:28 +08:00
binary-husky 5888d038aa move import 2024-10-13 16:17:10 +00:00
binary-husky ee8213e936 Merge branch 'boyin_rag' into frontier 2024-10-13 16:12:51 +00:00