diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-12 17:31:04 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-12 17:31:04 +0200 |
commit | bd326b354d6def78dc67ded4a0178defb337acd5 (patch) | |
tree | 8d5d9a891ee30ad1fea2937bbdc1a91cccc1548e /t3nsor/__init__.py | |
parent | new chatgpt site with jailbreak, internet access & gpt4 (diff) | |
download | gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar.gz gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar.bz2 gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar.lz gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar.xz gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.tar.zst gpt4free-bd326b354d6def78dc67ded4a0178defb337acd5.zip |
Diffstat (limited to '')
-rw-r--r-- | t3nsor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |