From bd326b354d6def78dc67ded4a0178defb337acd5 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:31:04 +0100 Subject: t3nsor.tech is down --- README.md | 4 ++-- t3nsor/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80e9275b..48771d3d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository provides reverse-engineered language models from various sources > **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository. -## Best Chatgpt site + ## To-Do List diff --git a/t3nsor/__init__.py b/t3nsor/__init__.py index 66edb4c8..255fea4f 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