返回提交历史
Modified
README.md
+2
-2
Modified
t3nsor/__init__.py
+1
-1
XFEstudio/gpt4free
t3nsor.tech is down
bd326b35
代码差异
2 个文件
+3
-3
@@ -4,9 +4,9 @@ This repository provides reverse-engineered language models from various sources
4
4
5
5
> **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
6
6
7
## Best Chatgpt site
7
<!-- ## Best Chatgpt site
8
8
> https://chat.xtekky.com/chat
9
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN
9
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN -->
10
10
11
11
## To-Do List
12
12
@@ -53,7 +53,7 @@ class Completion:
53
53
prompt: str = 'hello world',
54
54
messages: list = []) -> T3nsorResponse:
55
55
56
#raise Exception('The t3nsor.tech API is currently down.')
56
raise Exception('The t3nsor.tech API is currently down.')
57
57
58
58
response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
59
59
'messages' : messages,