diff --git a/t3nsor/__init__.py b/t3nsor/__init__.py index 255fea4..66edb4c 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,