diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-18 01:10:25 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-18 01:10:25 +0200 |
commit | 0dcd949235ca47d5674b94d847bd0661a211909f (patch) | |
tree | 71b7b367ac3788d051ec5688043b1203a42ffd66 /g4f/Provider | |
parent | minor fixes (diff) | |
parent | Rename DFEHub.py to DfeHub.py (diff) | |
download | gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar.gz gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar.bz2 gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar.lz gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar.xz gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.tar.zst gpt4free-0dcd949235ca47d5674b94d847bd0661a211909f.zip |
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/Providers/DfeHub.py (renamed from g4f/Provider/Providers/DFEHub.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Providers/DFEHub.py b/g4f/Provider/Providers/DfeHub.py index d3c12ed0..a1488bc5 100644 --- a/g4f/Provider/Providers/DFEHub.py +++ b/g4f/Provider/Providers/DfeHub.py @@ -45,4 +45,4 @@ def _create_completion(model: str, messages: list, stream: bool, **kwargs): yield (data['choices'][0]['delta']['content']) params = f'g4f.Providers.{os.path.basename(__file__)[:-3]} supports: ' + \ - '(%s)' % ', '.join([f"{name}: {get_type_hints(_create_completion)[name].__name__}" for name in _create_completion.__code__.co_varnames[:_create_completion.__code__.co_argcount]])
\ No newline at end of file + '(%s)' % ', '.join([f"{name}: {get_type_hints(_create_completion)[name].__name__}" for name in _create_completion.__code__.co_varnames[:_create_completion.__code__.co_argcount]]) |