diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-12 11:37:19 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-12 11:37:19 +0200 |
commit | 166b0c65c644574bad407acacf3a6057a7150263 (patch) | |
tree | 97bb70cfd9301e55b41b0bcbadaa72f381d55688 | |
parent | ora.sh update (gpt-3.5) (diff) | |
download | gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar.gz gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar.bz2 gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar.lz gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar.xz gpt4free-166b0c65c644574bad407acacf3a6057a7150263.tar.zst gpt4free-166b0c65c644574bad407acacf3a6057a7150263.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 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, |