t3nsor api is down

このコミットが含まれているのは:
t.me/xtekky 2023-04-11 12:16:23 +01:00
コミット b68da4c114
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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