diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-11 09:27:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 09:27:16 +0100 |
commit | e2c357b5a4429ffc4d5f28163f19d6d8f1458b41 (patch) | |
tree | 354d835dc08a4a0c0d440f19ac4cb04455ce3c7d | |
parent | Merge pull request #1575 from hlohaus/openai (diff) | |
parent | Add python-tgpt to related projects #https://github.com/xtekky/gpt4free/issues/1553 (diff) | |
download | gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar.gz gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar.bz2 gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar.lz gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar.xz gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.tar.zst gpt4free-e2c357b5a4429ffc4d5f28163f19d6d8f1458b41.zip |
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -731,6 +731,13 @@ for choice in json_response: <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> + <tr> + <td><a href="https://github.com/Simatwa/python-tgpt"><b>python-tgpt</b></a></td> + <td><a href="https://github.com/Simatwa/python-tgpt/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/Simatwa/python-tgpt?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Simatwa/python-tgpt/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/Simatwa/python-tgpt?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Simatwa/python-tgpt/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Simatwa/python-tgpt?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/Simatwa/python-tgpt/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/Simatwa/python-tgpt?style=flat-square&labelColor=343b41"/></a></td> + </tr> </tbody> </table> |