t3nsor api working again

pull/18/head
t.me/xtekky 1 year ago
parent d2ba13c910
commit 166b0c65c6

@ -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,

Loading…
Cancel
Save