1
0
Fork 0

t3nsor api working again

This commit is contained in:
t.me/xtekky 2023-04-12 10:37:19 +01:00
parent d2ba13c910
commit 166b0c65c6

View file

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