diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-28 09:48:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 09:48:57 +0100 |
commit | 96db520ff030cd0beae8b469876013b8f18b793a (patch) | |
tree | 0d2d6cf85371cc454279bd454ae851ca0fee930a /g4f/Provider/Aura.py | |
parent | Merge pull request #1635 from hlohaus/flow (diff) | |
parent | Add websocket support in OpenaiChat (diff) | |
download | gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar.gz gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar.bz2 gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar.lz gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar.xz gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.tar.zst gpt4free-96db520ff030cd0beae8b469876013b8f18b793a.zip |
Diffstat (limited to 'g4f/Provider/Aura.py')
-rw-r--r-- | g4f/Provider/Aura.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/Provider/Aura.py b/g4f/Provider/Aura.py index 126c8d0f..d8f3471c 100644 --- a/g4f/Provider/Aura.py +++ b/g4f/Provider/Aura.py @@ -6,9 +6,8 @@ from ..typing import AsyncResult, Messages from .base_provider import AsyncGeneratorProvider class Aura(AsyncGeneratorProvider): - url = "https://openchat.team" - working = True - supports_gpt_35_turbo = True + url = "https://openchat.team" + working = True @classmethod async def create_async_generator( |