summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/DeepAi.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ~ | remove DeepAiabc2023-10-101-80/+0
|
* make user agent easily changeable in deepaiCommenter1233212023-10-101-2/+3
|
* fix deepai :)Commenter1233212023-10-101-18/+17
|
* Merge remote-tracking branch 'origin/main'Commenter1233212023-10-101-4/+4
|\ | | | | | | | | | | # Conflicts: # g4f/Provider/Aivvm.py # g4f/models.py
| * Add proxy support to all providersHeiner Lohaus2023-10-091-4/+4
| |
* | add cool testing for gpt-3.5 and and gpt-4Commenter1233212023-10-091-1/+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