mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 14:57:44 +08:00
更新readme
This commit is contained in:
parent
041e964b30
commit
c49c6923a1
@ -193,7 +193,7 @@ $ python startup.py -a
|
|||||||
[](https://t.me/+RjliQ3jnJ1YyN2E9)
|
[](https://t.me/+RjliQ3jnJ1YyN2E9)
|
||||||
|
|
||||||
### 项目交流群
|
### 项目交流群
|
||||||
<img src="img/qr_code_89.jpg" alt="二维码" width="300" />
|
<img src="img/qr_code_90.jpg" alt="二维码" width="300" />
|
||||||
|
|
||||||
🎉 Langchain-Chatchat 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
|
🎉 Langchain-Chatchat 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
|
||||||
|
|
||||||
|
|||||||
@ -192,7 +192,7 @@ please refer to the [Wiki](https://github.com/chatchat-space/Langchain-Chatchat/
|
|||||||
|
|
||||||
### WeChat Group
|
### WeChat Group
|
||||||
|
|
||||||
<img src="img/qr_code_89.jpg" alt="二维码" width="300" height="300" />
|
<img src="img/qr_code_90.jpg" alt="二维码" width="300" height="300" />
|
||||||
|
|
||||||
### WeChat Official Account
|
### WeChat Official Account
|
||||||
|
|
||||||
|
|||||||
@ -185,7 +185,7 @@ $ python startup.py -a
|
|||||||
|
|
||||||
### WeChat グループ
|
### WeChat グループ
|
||||||
|
|
||||||
<img src="img/qr_code_89.jpg" alt="二维码" width="300" height="300" />
|
<img src="img/qr_code_90.jpg" alt="二维码" width="300" height="300" />
|
||||||
|
|
||||||
### WeChat 公式アカウント
|
### WeChat 公式アカウント
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 231 KiB |
BIN
img/qr_code_90.png
Normal file
BIN
img/qr_code_90.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 439 KiB |
@ -57,12 +57,15 @@ arxiv==2.1.0
|
|||||||
youtube-search==2.1.2
|
youtube-search==2.1.2
|
||||||
duckduckgo-search==3.9.9
|
duckduckgo-search==3.9.9
|
||||||
metaphor-python==0.1.23
|
metaphor-python==0.1.23
|
||||||
|
|
||||||
streamlit==1.30.0
|
streamlit==1.30.0
|
||||||
streamlit-option-menu==0.3.12
|
streamlit-option-menu==0.3.12
|
||||||
streamlit-antd-components==0.3.1
|
streamlit-antd-components==0.3.1
|
||||||
streamlit-chatbox==1.1.11
|
streamlit-chatbox==1.1.11
|
||||||
streamlit-modal==0.1.0
|
streamlit-modal==0.1.0
|
||||||
streamlit-aggrid==0.3.4.post3
|
streamlit-aggrid==0.3.4.post3
|
||||||
|
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
httpx_sse==0.4.0
|
||||||
watchdog==3.0.0
|
watchdog==3.0.0
|
||||||
pyjwt==2.8.0
|
pyjwt==2.8.0
|
||||||
|
|||||||
@ -37,6 +37,7 @@ einops>=0.7.0
|
|||||||
transformers_stream_generator==0.0.4
|
transformers_stream_generator==0.0.4
|
||||||
vllm==0.2.7; sys_platform == "linux"
|
vllm==0.2.7; sys_platform == "linux"
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
httpx_sse==0.4.0
|
||||||
llama-index==0.9.35
|
llama-index==0.9.35
|
||||||
pyjwt==2.8.0
|
pyjwt==2.8.0
|
||||||
|
|
||||||
|
|||||||
@ -21,6 +21,8 @@ pathlib~=1.0.1
|
|||||||
pytest~=7.4.3
|
pytest~=7.4.3
|
||||||
llama-index==0.9.35
|
llama-index==0.9.35
|
||||||
pyjwt==2.8.0
|
pyjwt==2.8.0
|
||||||
|
httpx==0.26.0
|
||||||
|
httpx_sse==0.4.0
|
||||||
|
|
||||||
dashscope==1.13.6
|
dashscope==1.13.6
|
||||||
arxiv~=2.1.0
|
arxiv~=2.1.0
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
streamlit~=1.30.0
|
streamlit==1.30.0
|
||||||
streamlit-option-menu~=0.3.12
|
streamlit-option-menu==0.3.12
|
||||||
streamlit-antd-components~=0.3.1
|
streamlit-antd-components==0.3.1
|
||||||
streamlit-chatbox~=1.1.11
|
streamlit-chatbox==1.1.11
|
||||||
streamlit-modal~=0.1.0
|
streamlit-modal==0.1.0
|
||||||
streamlit-aggrid~=0.3.4.post3
|
streamlit-aggrid==0.3.4.post3
|
||||||
httpx~=0.26.0
|
httpx==0.26.0
|
||||||
watchdog~=3.0.0
|
httpx_sse==0.4.0
|
||||||
|
watchdog=s=3.0.0
|
||||||
Loading…
x
Reference in New Issue
Block a user