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

XFEstudio/gpt4free

t3nsor api is down

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

代码差异

1 个文件 +2 -0
Modified t3nsor/__init__.py +2 -0
@@ -52,6 +52,8 @@ class Completion:
52 52 def create(
53 53 prompt: str = 'hello world',
54 54 messages: list = []) -> T3nsorResponse:
55
56 raise Exception('The t3nsor.tech API is currently down.')
55 57
56 58 response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
57 59 'messages' : messages,