t.me/xtekky commited on
Commit
166b0c6
1 Parent(s): d2ba13c

t3nsor api working again

Browse files
Files changed (1) hide show
  1. t3nsor/__init__.py +1 -1
t3nsor/__init__.py CHANGED
@@ -53,7 +53,7 @@ class Completion:
53
  prompt: str = 'hello world',
54
  messages: list = []) -> T3nsorResponse:
55
 
56
- raise Exception('The t3nsor.tech API is currently down.')
57
 
58
  response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
59
  'messages' : messages,
 
53
  prompt: str = 'hello world',
54
  messages: list = []) -> T3nsorResponse:
55
 
56
+ #raise Exception('The t3nsor.tech API is currently down.')
57
 
58
  response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
59
  'messages' : messages,