Commit Graph

144 Commits (1238d9a63839165567511cc88e49b246c453cc47)

Author SHA1 Message Date
Heiner Lohaus 1238d9a638 Add GPTalk and GptForLove Provider 11 months ago
Heiner Lohaus af9ed889c1 Fix timeout in create_async 11 months ago
abc c8835b15d4 ~ 11 months ago
hs_junxiang dbf54769e0 Fix: TypeError: 'type' object is not subscriptable 11 months ago
Tekky 6dc2502740
Merge branch 'main' into bom 11 months ago
Heiner Lohaus 88d2cbff09 Add AiAsk, Chatgpt4Online, ChatgptDemo
and ChatgptX Provider
Fix Bing, Liaobots and ChatgptAi Provider
Add "gpt_35_long" model and custom timeout
11 months ago
Hexye 3b418e8cc5
Update Cromicle.py 11 months ago
Hexye eb13f3b01d
Create Cromicle.py 11 months ago
abc 0bd5730bcd ~ | g4f v-0.1.4.8 - Fixed `g4f.Provider.Bing`
implemented new "X-Sydney-EncryptedConversationSignature" found in headers from "turing/conversation/create"
11 months ago
Tekky 6eb3fa3e5f
~ | Merge pull request #982 from hlohaus/fetch
Fix fetch_access_token in openai
11 months ago
Heiner Lohaus 6a61cf8116 Sort providers in new dirs 11 months ago
Heiner Lohaus 136770e05b Use custom user dir 11 months ago
Heiner Lohaus 5b2efa4aaf Fix fetch_access_token in openai 11 months ago
Tekky d9e527eb32
Merge pull request #975 from hlohaus/mmm
Bing Updates:
11 months ago
Heiner Lohaus be9b8f796c Add streaming in openai chat
Fetch access token with chromedriver
11 months ago
Heiner Lohaus 252f595b6a Bing Updates:
Add retry create conversation
Removed get_cookies fallback
Add creative tone parameter
11 months ago
Tekky c915050ac7
Merge pull request #971 from Giancarlo-Ma/main
feat: allow to add custom header to deepai
11 months ago
Heiner Lohaus ff4d9ae584 Add Phind Provider
Add release_curl in url_cffi requets
Support create image response in Bing
11 months ago
Giancarlo-Ma ba7d5015dc
feat: add custom header to deepai 11 months ago
Tekky c9e4c9ce00
~ | Merge pull request #968 from st4rted/patch-1
fix typo in payload
11 months ago
Heiner Lohaus d116f04322 Fix: There is no current event loop in thread 11 months ago
Heiner Lohaus 2dbeb54608 Remove fake_useragent module 11 months ago
Heiner Lohaus eb0e2c6a93 +Curl +Async +Stream Requests
Update Model List
11 months ago
st4rted 3485e357ac
fix typo in payload 11 months ago
Heiner Lohaus 7b9ad21de8 Change event loop policy on windows
Support more versions from curl_cffi
11 months ago
Heiner Lohaus bb481a03ab Disable Wewordle Provider
Update Ylokh Provider
Improve StreamRequest
11 months ago
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
Commenter123321 7181f2897b Fix Aivvm and add new models in models.py 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
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
Heiner Lohaus f1b6880f7e Add Myshell Provider
Remove auto proxy prefix
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 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
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
abc d4acc23c0b ~ | Update Vercel Provider 11 months ago
abc 42a02c3d2d ~ | new providers
Somwhat fix Aivvm provider, which looks to have a working gpt-4

kinda unstable
11 months ago
abc d320efd2ff ~ | Fix DeepAi 11 months ago
Heiner Lohaus e9f96ced9c Add RetryProvider 11 months ago
Heiner Lohaus 951a1332a7 Fix create_event_loop function
Add PerplexityAi Provider
11 months ago
Heiner Lohaus f90741c10b Improve code style in async support 11 months ago
Heiner Lohaus 587f4ad2c9 Add "create_event_loop" helper 11 months ago
Heiner Lohaus 55577031d5 Add check_running_loop requirement
Add create_async function in ChatCompletion
Use SelectorEventLoop on windows
11 months ago
Heiner Lohaus 82bd6f9180 Cache "snlm0e" in Bard
Improve error handling in ChatgptLogin
Fix async example in readme
11 months ago
Tekky a54291cb7c
~ | Merge pull request #914 from hlohaus/lesh
~ | Add GptGo Provider, Fix AItianhu Provider
11 months ago
abc bae9c432db ~ 11 months ago