XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

add references to deepai to the main readme

6f8cbf87
ading2210 <ading2019@gmail.com>
提交于

代码差异

1 个文件 +3 -0
Modified README.md +3 -0
@@ -96,6 +96,7 @@ Just API's from some language model sites.
96 96 | `forefront` | Example usage for forefront (gpt-4) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/forefront/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | ||
97 97 | `quora (poe)` | Example usage for quora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/quora/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) |
98 98 | `you` | Example usage for you | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/you/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) |
99 | `deepai` | Example usage for DeepAI (gpt-3.5, with chat) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/deepai/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) |
99 100 | **Try it Out** | | | |
100 101 | Google Colab Jupyter Notebook | Example usage for gpt4free | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DanielShemesh/gpt4free-colab/blob/main/gpt4free.ipynb) | - |
101 102 | replit Example (feel free to fork this repl) | Example usage for gpt4free | [![](https://img.shields.io/badge/Open%20in-Replit-1A1E27?logo=replit)](https://replit.com/@gpt4free/gpt4free-webui) | - |
@@ -126,6 +127,8 @@ Just API's from some language model sites.
126 127 | [bard.google.com](https://bard.google.com) | custom / search |
127 128 | [bing.com/chat](https://bing.com/chat) | GPT-4/3.5 |
128 129 | [italygpt.it](https://italygpt.it) | GPT-3.5 |
130 | [deepai.org](https://deepai.org/chat) | GPT-3.5 / chat support |
131
129 132
130 133 ## Best sites <a name="best-sites"></a>
131 134