diff options
author | Arran Hobson Sayers <32173585+ahobsonsayers@users.noreply.github.com> | 2023-09-01 04:38:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 04:38:28 +0200 |
commit | 73f9b93f331160dcd4546d16bfc2c68b6bd58045 (patch) | |
tree | ebca13152c52bccffb01493044362f3d20e58951 | |
parent | Update requirements.txt (diff) | |
parent | ~ (diff) | |
download | gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar.gz gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar.bz2 gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar.lz gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar.xz gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.tar.zst gpt4free-73f9b93f331160dcd4546d16bfc2c68b6bd58045.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -306,6 +306,13 @@ if __name__ == "__main__": <td><a href="https://github.com/Lin-jun-xiang/action-translate-readme/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Lin-jun-xiang/action-translate-readme?style=flat-square&labelColor=343b41"/></a></td> <td><a href="https://github.com/Lin-jun-xiang/action-translate-readme/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/Lin-jun-xiang/action-translate-readme?style=flat-square&labelColor=343b41"/></a></td> </tr> + <tr> + <td><a href="https://github.com/Lin-jun-xiang/docGPT-streamlit"><b>Langchain Document GPT</b></a></td> + <td><a href="https://github.com/Lin-jun-xiang/docGPT-streamlit/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/Lin-jun-xiang/docGPT-streamlit?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Lin-jun-xiang/docGPT-streamlit/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/Lin-jun-xiang/docGPT-streamlit?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Lin-jun-xiang/docGPT-streamlit/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Lin-jun-xiang/docGPT-streamlit?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Lin-jun-xiang/docGPT-streamlit/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/Lin-jun-xiang/docGPT-streamlit?style=flat-square&labelColor=343b41"/></a></td> + </tr> </tbody> </table> diff --git a/requirements.txt b/requirements.txt index 76431391..6188ef5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ js2py quickjs flask flask-cors +httpx |