Commit Graph

913 Commits (261fac86dcf278310d035f89f06e7f187e4ebf9c)
 

Author SHA1 Message Date
Heiner Lohaus 261fac86dc Disable PerplexityAi Provider 11 months ago
Heiner Lohaus 98895e5b09 Update HuggingChat to new api
Impersonate Aivvm Provider
Add ChatForAi and FreeGpt Provider
Update AItianhuSpace Provider
Improve StreamRequest Support
Update get_event_loop Helper
11 months ago
abc 423485fda6 ~ | v-0.1.4.2 `pip install -U g4f` 11 months ago
abc 83443ee912 Merge branch 'main' of https://github.com/xtekky/gpt4free 11 months ago
abc 3ba045c9d1 ~ | pypi v-0.1.4.0 `pip install -U g4f` 11 months ago
Tekky 9e9f174ebd
~ | Merge pull request #954 from Commenter123321/main
Fix Aivvm and add new models in models.py
11 months ago
Tekky e465899801
~ 11 months ago
Commenter123321 6ba092469a some more things 11 months ago
Commenter123321 7181f2897b Fix Aivvm and add new models in models.py 11 months ago
Tekky d46077f81b
~ 11 months ago
abc 26e1fc4a7d ~ | g4f v-0.1.4.0 (new version checking system 11 months ago
abc 32d5536450 ~ | g4f v-0.1.3.9 11 months ago
abc be293e7af7 ~ | g4f v-0.1.3.8 11 months ago
Tekky a1b5d527f9
~ | Merge pull request #947 from yym68686/main
fixed bug: ImportError: cannot import name 'Request' from 'curl_cffi.…
11 months ago
yym68686 33687740aa fixed bug: ImportError: cannot import name 'Request' from 'curl_cffi.requests.cookies' (/Users/yanyuming/opt/anaconda3/envs/chatgpt/lib/python3.11/site-packages/curl_cffi/requests/cookies.py) 11 months ago
abc 44daa3a549 ~ 11 months ago
abc c753894705 ~ | v-0.1.3.7 11 months ago
abc 9c36e950e8 Merge branch 'main' of https://github.com/xtekky/gpt4free 11 months ago
abc cc3f0bce72 ~ | add version (`g4f.version`) 11 months ago
Tekky c734f26e0b
~ 11 months ago
abc faf55f7bc2 ~ | v-0.1.3.5 11 months ago
Tekky 57220d7bb0
~ | Merge pull request #944 from RockChinQ/main
Chore: move ML related deps to interference dir
11 months ago
Tekky 41af8aff6c
~ | Merge pull request #943 from hlohaus/myshell
Add ChatgptDuo and Aibn Provider
11 months ago
Junyan Qin 2599014540 chore: move ML related deps to interference dir 11 months ago
Heiner Lohaus 3c2755bc72 Add ChatgptDuo and Aibn Provider
Add support for "nest_asyncio",
Reuse event_loops with event_loop_policy
Support for  "create_async" with synchron provider
11 months ago
Tekky 644f33b85e
~ 11 months ago
abc 927b8d85ad ~ | g4f v-0.1.3.5 11 months ago
Tekky af5cc4394b
~ 11 months ago
Tekky fd5d28cf7b
~ | Merge pull request #941 from hlohaus/myshell
AItianhuSpace Provider with GPT 4 added
11 months ago
Heiner Lohaus 72c3ff7a25 AItianhuSpace Provider with GPT 4 added
Reduced chunksize to better text completion
11 months ago
Heiner Lohaus 348670fe35 "create_async" support for BaseProvider,
by using ThreadPoolExecutor
Default Model for Vercel
11 months ago
Tekky 5bcc82ce1a
Merge pull request #940 from hlohaus/myshell
Add Myshell Provider
11 months ago
Heiner Lohaus f1b6880f7e Add Myshell Provider
Remove auto proxy prefix
11 months ago
Tekky 355295bcd9
~ | Merge pull request #936 from r1di/patch-1
#935 [Docker] ModuleNotFoundError: No module named 'transformers' and 'PyExecJS'
11 months ago
r1di ad1aee266e
forgot some more modules 11 months ago
r1di 45743583a8
#935 [Docker] ModuleNotFoundError: No module named 'transformers' and PyExecJS
fixing missing modules
11 months ago
abc 21d27d9e62 ~ 11 months ago
Tekky eaa8f712ab
~ | Merge pull request #934 from hlohaus/fix
Fix: Aivvm: KeyError: ''
11 months ago
Heiner Lohaus fd5c33efb8 TypeError: issubclass() arg 1 must be a class 11 months ago
Heiner Lohaus 4edd7518de Fix: Aivvm: KeyError: ''
and TypeError: issubclass() arg 1 must be a class
11 months ago
abc bf78b4d033 ~ | improve Vercel & g4f.Completion.create 11 months ago
abc 76bd483c1b ~ 11 months ago
Tekky 4b9504dbcd
~ 11 months ago
abc 6c2e3cc53c ~ | improve Vercel & g4f.Completion.create
added `.Completion.create` class.

```py
response = g4f.Completion.create(
    model='text-davinci-003', prompt="Hello")

print(response)
```
11 months ago
abc af9fc19938 ~ 11 months ago
abc f21bac74b8 Merge branch 'main' of https://github.com/xtekky/gpt4free 11 months ago
abc 041949d4c8 ~ 11 months ago
Tekky ea57fbf727
~ | Merge pull request #933 from hlohaus/night
Improve Vercel Provider:
11 months ago
Tekky 1215d30bf4
Delete g4f/Provider/Vercel.py 11 months ago
Heiner Lohaus a3ecabb00e Improve Vercel Provider:
- Fix endless loop
 - Add proxy, async support
 - Add default model
 Fix HuggingChat Provider
11 months ago