summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/deprecated/FastGpt.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-01Add support for all modelsHeiner Lohaus1-5/+2
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api
2023-11-20~ | improve compatibilityabc1-2/+4
2023-11-20Add auto support params methodHeiner Lohaus1-12/+1
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-6/+7
Co-authored-by: Sourcery AI <>
2023-10-04Sort providers in new dirsHeiner Lohaus1-2/+3
2023-09-17Revert "Fix type hint"Tekky1-1/+1
2023-09-16fix typo: provider -> ProviderMIDORIBIN1-1/+1
2023-09-03type hintsmsi-JunXiang1-1/+6
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable
2023-08-27~ | code stylingabc1-34/+32
2023-08-22Improve providers with testsHeiner Lohaus1-1/+1
2023-08-17 ~ | major refractoring + new providers | v0.0.2.0abc1-0/+83
g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613