返回提交历史
Modified
README.md
+38
-17
XFEstudio/gpt4free
add related project - line bot
06b05f20
代码差异
1 个文件
+38
-17
@@ -21,24 +21,38 @@ pip install -U g4f
21
21
22
22
## 📚 Table of Contents
23
23
24
- [Getting Started](#getting-started)
25
- [Prerequisites](#prerequisites)
26
- [Setting up the project](#setting-up-the-project)
27
- [Install using PyPi](#install-using-pypi)
28
- [Install using docker](#setting-up-with-docker)
29
- [Usage](#usage)
24
- [🆕 What's New](#-whats-new)
25
- [📚 Table of Contents](#-table-of-contents)
26
- [🛠️ Getting Started](#️-getting-started)
27
- [Prerequisites:](#prerequisites)
28
- [Setting up the project:](#setting-up-the-project)
29
- [Install using pypi](#install-using-pypi)
30
- [or](#or)
31
- [Setting up with Docker:](#setting-up-with-docker)
32
- [💡 Usage](#-usage)
30
33
- [The `g4f` Package](#the-g4f-package)
31
- [interference openai-proxy api (use with openai python package)](#interference-openai-proxy-api-use-with-openai-python-package)
32
- [Providers](#models)
33
- [gpt-3.5](#gpt-35)
34
- [gpt-4](#gpt-4)
35
- [Other Models](#other-models)
36
- [Related gpt4free projects](#related-gpt4free-projects)
37
- [Contribute](#contribute)
38
- [Contributors](#contributors)
39
- [Copyright](#copyright)
40
- [Star History](#star-history)
41
- [License](#license)
34
- [ChatCompletion](#chatcompletion)
35
- [Completion](#completion)
36
- [Providers](#providers)
37
- [Cookies Required](#cookies-required)
38
- [Async Support](#async-support)
39
- [Proxy and Timeout Support](#proxy-and-timeout-support)
40
- [Interference openai-proxy API (Use with openai python package)](#interference-openai-proxy-api-use-with-openai-python-package)
41
- [Run interference API from PyPi package](#run-interference-api-from-pypi-package)
42
- [Run interference API from repo](#run-interference-api-from-repo)
43
- [🚀 Providers and Models](#-providers-and-models)
44
- [GPT-4](#gpt-4)
45
- [GPT-3.5](#gpt-35)
46
- [Other](#other)
47
- [Models](#models)
48
- [🔗 Related GPT4Free Projects](#-related-gpt4free-projects)
49
- [🤝 Contribute](#-contribute)
50
- [Create Provider with AI Tool](#create-provider-with-ai-tool)
51
- [Create Provider](#create-provider)
52
- [🙌 Contributors](#-contributors)
53
- [©️ Copyright](#️-copyright)
54
- [⭐ Star History](#-star-history)
55
- [📄 License](#-license)
42
56
43
57
## 🛠️ Getting Started
44
58
@@ -530,6 +544,13 @@ if __name__ == "__main__":
530
544
<td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
531
545
<td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/issues"><img alt="Issues" src="https://img.shields.io/github/issues/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
532
546
<td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
547
</tr>
548
<tr>
549
<td><a href="https://github.com/Lin-jun-xiang/chatgpt-line-bot"><b>ChatGpt Line Bot</b></a></td>
550
<td><a href="https://github.com/Lin-jun-xiang/chatgpt-line-bot/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/Lin-jun-xiang/chatgpt-line-bot?style=flat-square&labelColor=343b41"/></a></td>
551
<td><a href="https://github.com/Lin-jun-xiang/chatgpt-line-bot/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/Lin-jun-xiang/chatgpt-line-bot?style=flat-square&labelColor=343b41"/></a></td>
552
<td><a href="https://github.com/Lin-jun-xiang/chatgpt-line-bot/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Lin-jun-xiang/chatgpt-line-bot?style=flat-square&labelColor=343b41"/></a></td>
553
<td><a href="https://github.com/Lin-jun-xiang/chatgpt-line-bot/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/Lin-jun-xiang/chatgpt-line-bot?style=flat-square&labelColor=343b41"/></a></td>
533
554
</tr>
534
555
<tr>
535
556
<td><a href="https://github.com/Lin-jun-xiang/action-translate-readme"><b>Action Translate Readme</b></a></td>