返回提交历史
Modified
t3nsor/__init__.py
+2
-0
XFEstudio/gpt4free
t3nsor api is down
b68da4c1
代码差异
1 个文件
+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,