diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-04 20:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 20:13:58 +0200 |
commit | e865fcbc5acc55cb5301c06be5310dc1ea0b406b (patch) | |
tree | 9868ac81403c2f15f3731ce0d91d9a83ffa549bd /README.md | |
parent | 🔨 update(theb/__init__.py): add get_response method to Completion class (diff) | |
parent | Merge pull request #441 from hamza1312/main (diff) | |
download | gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.gz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.bz2 gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.lz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.xz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.zst gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -52,6 +52,13 @@ Just API's from some language model sites. <td><a href="https://github.com/xtekky/gpt4free/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/xtekky/gpt4free?style=flat-square&labelColor=343b41"/></a></td> </tr> <tr> + <td><a href="https://github.com/xiangsx/gpt4free-ts"><b>gpt4free-ts</b></a></td> + <td><a href="https://github.com/xiangsx/gpt4free-ts/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/xiangsx/gpt4free-ts?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/xiangsx/gpt4free-ts/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/xiangsx/gpt4free-ts?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/xiangsx/gpt4free-ts/issues"><img alt="Issues" src="https://img.shields.io/github/issues/xiangsx/gpt4free-ts?style=flat-square&labelColor=343b41"/></a></td> + <td><a href="https://github.com/xiangsx/gpt4free-ts/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/xiangsx/gpt4free-ts?style=flat-square&labelColor=343b41"/></a></td> + </tr> + <tr> <td><a href="https://github.com/xtekky/chatgpt-clone"><b>ChatGPT-Clone</b></a></td> <td><a href="https://github.com/xtekky/chatgpt-clone/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/xtekky/chatgpt-clone?style=flat-square&labelColor=343b41"/></a></td> <td><a href="https://github.com/xtekky/chatgpt-clone/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/xtekky/chatgpt-clone?style=flat-square&labelColor=343b41"/></a></td> |