summaryrefslogtreecommitdiffstats
path: root/t3nsor/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 't3nsor/__init__.py')
-rw-r--r--t3nsor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/t3nsor/__init__.py b/t3nsor/__init__.py
index 255fea4f..66edb4c8 100644
--- a/t3nsor/__init__.py
+++ b/t3nsor/__init__.py
@@ -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,