t3nsor api working again
This commit is contained in:
parent
d2ba13c910
commit
166b0c65c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue