summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/DeepAi.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add proxy support to all providersHeiner Lohaus2023-10-091-4/+4
|
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-0/+11
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* ~ | Merge pull request #982 from hlohaus/fetchTekky2023-10-041-1/+3
|\ | | | | Fix fetch_access_token in openai
| * Sort providers in new dirsHeiner Lohaus2023-10-041-1/+3
| |
* | feat: add custom header to deepaiGiancarlo-Ma2023-10-021-0/+1
|/
* fix typo in payloadst4rted2023-10-021-2/+2
|
* ~ | Fix DeepAiabc2023-09-231-1/+1
|
* Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus2023-09-051-15/+16
|
* type hintsmsi-JunXiang2023-09-031-2/+7
| | | | | | | | | | 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
* ~ | code stylingabc2023-08-271-13/+10
|
* refactor: refactor providerMIDORIBIN2023-08-141-0/+60