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

XFEstudio/gpt4free

t3nsor.tech is down

bd326b35
t.me/xtekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

2 个文件 +3 -3
Modified README.md +2 -2
@@ -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
Modified t3nsor/__init__.py +1 -1
@@ -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,