t3nsor api working again

このコミットが含まれているのは:
t.me/xtekky 2023-04-12 10:37:19 +01:00
コミット 166b0c65c6
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -53,7 +53,7 @@ class Completion:
prompt: str = 'hello world',
messages: list = []) -> T3nsorResponse:
raise Exception('The t3nsor.tech API is currently down.')
#raise Exception('The t3nsor.tech API is currently down.')
response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
'messages' : messages,