diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2024-06-29 16:00:50 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2024-06-29 16:00:50 +0200 |
commit | 46c48bb09e38944b02ffd28a4384c420d91d0e9c (patch) | |
tree | fcc9f0382844b1471878c8c46adfcac681d53ef3 /g4f/Provider/Aichatos.py | |
parent | unpatch HuggingChat (diff) | |
download | gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar.gz gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar.bz2 gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar.lz gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar.xz gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.tar.zst gpt4free-46c48bb09e38944b02ffd28a4384c420d91d0e9c.zip |
Diffstat (limited to 'g4f/Provider/Aichatos.py')
-rw-r--r-- | g4f/Provider/Aichatos.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/Aichatos.py b/g4f/Provider/Aichatos.py index 427aa0e7..1d4747d7 100644 --- a/g4f/Provider/Aichatos.py +++ b/g4f/Provider/Aichatos.py @@ -8,7 +8,6 @@ from .helper import format_prompt import random - class Aichatos(AsyncGeneratorProvider): url = "https://chat10.aichatos.xyz" api = "https://api.binjie.fun" |