diff options
Diffstat (limited to 'g4f/Provider/needs_auth/Poe.py')
-rw-r--r-- | g4f/Provider/needs_auth/Poe.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/Poe.py b/g4f/Provider/needs_auth/Poe.py index 0c969d27..65fdbef9 100644 --- a/g4f/Provider/needs_auth/Poe.py +++ b/g4f/Provider/needs_auth/Poe.py @@ -26,6 +26,7 @@ class Poe(AbstractProvider): needs_auth = True supports_gpt_35_turbo = True supports_stream = True + models = models.keys() @classmethod def create_completion( |