diff --git a/README.md b/README.md index 3182dbe6..5fb0bcba 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ OpenAI GPT API 的调用,并将在后续持续扩充对各类模型及模型 A 🚩 本项目未涉及微调、训练过程,但可利用微调或训练对本项目效果进行优化。 -🌐 [AutoDL 镜像](https://www.codewithgpu.com/i/chatchat-space/Langchain-Chatchat/Langchain-Chatchat) 中 `v13` -版本所使用代码已更新至本项目 `v0.2.9` 版本。 +🌐 [AutoDL 镜像](https://www.codewithgpu.com/i/chatchat-space/Langchain-Chatchat/Langchain-Chatchat) 中 `v14` +版本所使用代码已更新至本项目 `v0.2.10` 版本。 -🐳 [Docker 镜像](registry.cn-beijing.aliyuncs.com/chatchat/chatchat:0.2.6) 已经更新到 ```0.2.7``` 版本。 +🐳 [Docker 镜像](registry.cn-beijing.aliyuncs.com/chatchat/chatchat:0.2.7) 已经更新到 ```0.2.7``` 版本。 🌲 一行命令运行 Docker : @@ -189,7 +189,7 @@ $ python startup.py -a [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white "langchain-chatglm")](https://t.me/+RjliQ3jnJ1YyN2E9) ### 项目交流群 -二维码 +二维码 🎉 Langchain-Chatchat 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。 diff --git a/README_en.md b/README_en.md index fca63ea9..2a158fb4 100644 --- a/README_en.md +++ b/README_en.md @@ -61,7 +61,7 @@ The main process analysis from the aspect of document process: 🚩 The training or fine-tuning are not involved in the project, but still, one always can improve performance by do these. -🌐 [AutoDL image](https://www.codewithgpu.com/i/chatchat-space/Langchain-Chatchat/Langchain-Chatchat) is supported, and in v13 the codes are update to v0.2.9. +🌐 [AutoDL image](https://www.codewithgpu.com/i/chatchat-space/Langchain-Chatchat/Langchain-Chatchat) is supported, and in v14 the codes are update to v0.2.10. 🐳 [Docker image](registry.cn-beijing.aliyuncs.com/chatchat/chatchat:0.2.7) is supported to 0.2.7 @@ -191,7 +191,7 @@ please refer to the [Wiki](https://github.com/chatchat-space/Langchain-Chatchat/ ### WeChat Group -二维码 +二维码 ### WeChat Official Account diff --git a/README_ja.md b/README_ja.md index 1087b268..b2023c46 100644 --- a/README_ja.md +++ b/README_ja.md @@ -151,7 +151,7 @@ $ python startup.py -a ### WeChat グループ -二维码 +二维码 ### WeChat 公式アカウント diff --git a/img/qr_code_86.jpg b/img/qr_code_86.jpg deleted file mode 100644 index f353a04d..00000000 Binary files a/img/qr_code_86.jpg and /dev/null differ diff --git a/img/qr_code_87.jpg b/img/qr_code_87.jpg deleted file mode 100644 index ce8fc77a..00000000 Binary files a/img/qr_code_87.jpg and /dev/null differ diff --git a/img/qr_code_88.jpg b/img/qr_code_88.jpg new file mode 100644 index 00000000..f6d5ead1 Binary files /dev/null and b/img/qr_code_88.jpg differ diff --git a/requirements.txt b/requirements.txt index 9b1c5ed0..c53eb563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,4 +64,4 @@ streamlit-modal==0.1.0 streamlit-aggrid==0.3.4.post3 httpx==0.26.0 watchdog==3.0.0 -jwt==1.3.1 \ No newline at end of file +pyjwt==2.8.0 \ No newline at end of file diff --git a/requirements_api.txt b/requirements_api.txt index 4d2ef018..e23cd109 100644 --- a/requirements_api.txt +++ b/requirements_api.txt @@ -38,6 +38,7 @@ transformers_stream_generator==0.0.4 vllm==0.2.7; sys_platform == "linux" httpx==0.26.0 llama-index==0.9.35 +pyjwt==2.8.0 # jq==1.6.0 # beautifulsoup4~=4.12.2 diff --git a/requirements_lite.txt b/requirements_lite.txt index f6e42e7e..14566d15 100644 --- a/requirements_lite.txt +++ b/requirements_lite.txt @@ -20,6 +20,7 @@ requests~=2.31.0 pathlib~=1.0.1 pytest~=7.4.3 llama-index==0.9.35 +pyjwt==2.8.0 dashscope==1.13.6 arxiv~=2.1.0