From 166b0c65c644574bad407acacf3a6057a7150263 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:37:19 +0100 Subject: t3nsor api working again --- t3nsor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3