Commit Graph

488 Commits (bdc61ca273dde2771c5bc8f93705652842f78d15)

Author SHA1 Message Date
Heiner Lohaus 55e5cf16cb Fix unittests 8 months ago
Heiner Lohaus 32252def15 Change doctypes style to Google
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
8 months ago
Heiner Lohaus 5756586cde Refactor code with AI
Add doctypes to many functions
Add file upload for text files
Add alternative url to FreeChatgpt
Add webp to allowed image types
8 months ago
Heiner Lohaus ceed364cb1 Fix process_image in Bing
Add ImageResponse to Bing
Fix cursor styling in gui
8 months ago
Heiner Lohaus c190d0eae4 Improve FreeChatgpt Provider 8 months ago
Debaditya Banerji 42c4a4315a
Added support for more models: FreeChatgpt (#1456)
* Improved FreeChatgpt, added support for more models

* Added new model: Gemini Pro
8 months ago
Heiner Lohaus 7968ae52fb Fix merge issues 8 months ago
H Lohaus d632190f1d
Merge branch 'main' into main 8 months ago
H Lohaus 467f2a6fc6
Merge pull request #1462 from hlohaus/img
Support upload image in gui
8 months ago
Heiner Lohaus ea8d6b847a Support upload image in gui
Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
8 months ago
Akash Mondal c2115309ab Cleanup unused dependencies
* remove packages, that are not a direct dependency to this project, from requirements.txt

* no need to just numpy for simple sqrt operation on numbers

* write code on python than using a js compiler
8 months ago
Tekky 661a205318
Merge branch 'main' into pypi 9 months ago
Heiner Lohaus a7c8565922 Add publish-to-pypi workflow
Improve gui frontend
Fix web search in bing
9 months ago
Debaditya Banerji c5bdfe23c2
Fixed Error "No module named g4f.Provider.bing" (#1448)
* Added init file to initiate bing as a Module
9 months ago
Heiner Lohaus 4343082d37 Fix create_async in CreateImagesProvider 9 months ago
Heiner Lohaus 9aa76da0fa Fix bing stream func 9 months ago
Eikosa fcbe930020
Added timeout to Bing (#1438)
Co-authored-by: H Lohaus <hlohaus@users.noreply.github.com>
9 months ago
H Lohaus bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
9 months ago
H Lohaus eee038a73e
Add GeminiProChat Provider (#1419)
* Add GeminiProChat Provider
9 months ago
4sh 90c80f80ae
New Provider 'Bestim' (#1416)
* Add new provider Bestim
9 months ago
Heiner Lohaus ae46cf72d4 Fix DeepInfra Provider 9 months ago
Heiner Lohaus c617b18d12 Add support for all models
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
9 months ago
Heiner Lohaus ebc522150e Patch event loop on win, Check event loop closed 9 months ago
Heiner Lohaus 50b796e8fe Add _puid cookie, save access_token in cookies in OpenaiChat 9 months ago
Heiner Lohaus b03fd1ad93 Fix Chatgpt4Online provider 9 months ago
Heiner Lohaus 6c2f3c6416 Fix Liabots session 9 months ago
OmiiiDev a1c2f5b2cd
Update Liaobots.py
Added more models
9 months ago
H Lohaus 648b322a15
Merge pull request #1389 from hlohaus/gpt6
Add Gpt6 Provider
9 months ago
H Lohaus 1ccdbcb51c
Merge pull request #1390 from hlohaus/p38
Support Python 3.8
9 months ago
Heiner Lohaus 6d0d975c71 Improve Chatxyz Provider 9 months ago
Debaditya Banerji eb1e91d123
Added new Provider Chatxyz (#1393)
* Added fucntionality for Provider

* Added Provider in init

* System message if present must be the first object in message array
9 months ago
Zabir Raihan c52ab6dce4
Fix Phind provider 9 months ago
Heiner Lohaus f82a60dfb3 Support Python 3.8 9 months ago
Heiner Lohaus a73820ab18 Add Gpt6 Provider 9 months ago
Heiner Lohaus 74a21cdb4e Fix streaming in Aura 9 months ago
Heiner Lohaus 554609dc73 Fix streaming in Aura 9 months ago
Debaditya Banerji bcd1cdf4e8
Added OpenChat's Aura Model as a new Provider (#1371)
* Added File for new Provider: Aura

* Added Aura Provider in init
9 months ago
nullstreak 5d47ba4205
Update Bing.py 9 months ago
nullstreak 53bc24114e
Bing: add parameter to enable/disable web search (#1360)
Web search is disabled by default and can be enabled by passing `web_search = True`
9 months ago
H Lohaus a95c2423d9
Merge pull request #1364 from eminemkun/main
Fix Bing provider Cookie issue 2
9 months ago
devAdityaa d0b5f9caa7 Removed the condition for filtering token_ids 9 months ago
eminemkun 28896f2a98 Fix Bing provider Cookie issue 2 9 months ago
H Lohaus 5c5ce8c0f7
Merge pull request #1356 from eminemkun/main
Fix Bing provider Cookie issue
9 months ago
H Lohaus 8bdcb4bc62
Merge pull request #1352 from nullstreak/main
HuggingChat: Strip leading whitespace from the first token in the stream
9 months ago
Heiner Lohaus 854dc6c90f Fix remove NoowAi, Fix download dir in docker 9 months ago
eminemkun ba68db3302 Fix Bing provider Cookie issue 9 months ago
nullstreak f554018da2
HuggingChat: Strip leading whitespace from the first token in the stream
For some reason first token from the stream on HuggingChat always starts with a whitespace. This commit strips the leading whitespace from the first token in the stream to fix this issue.
9 months ago
devAdityaa 22c52146e2 Moved NoowAI to deprecated folder as it's been officially taken down 9 months ago
H Lohaus d7b5ba2cbf
Remove VoiGpt 9 months ago
Tekky 1acd800cc3
Merge pull request #1341 from GEOEGII555/patch-1
VoiGpt stopped working -> changed the working flag to False and moved it to deprecated providers.
10 months ago
Tekky 99127111f5
Merge pull request #1331 from hlohaus/proxy
Add G4F_PROXY environment
10 months ago
GEOEGII555 629574b35e
Update and rename g4f/Provider/VoiGpt.py to g4f/Provider/deprecated/VoiGpt.py 10 months ago
Heiner Lohaus d743ee0c26 Add error classes
Move version check to debug
10 months ago
Heiner Lohaus 62397ad112 Remove needs_auth, add proxy support in VoiGpt 10 months ago
Meshwa428 983d17cb7b
Added a new provider voigpt.com (#1328)
* added the new VoiGpt provider

* fixed the voigpt and moved it to needs_auth

* added auth detail and doc to voiGpt provider
10 months ago
H Lohaus c3ccc4e819
Fix llama2 provider, Update TOC in readme (#1325) 10 months ago
Heiner Lohaus bb34642fcb Update readme. Add docker hub 10 months ago
H Lohaus 484b96d850
Add websearch to gui (#1314)
* Add websearch to gui
* Fix version_check config
* Add version badge in README.md
* Show version in gui
* Add docker hub build
* Fix gui backend, improve style
10 months ago
H Lohaus 5862d55abf
Update Pi.py 10 months ago
Heiner Lohaus 3576dee75a Add selenium to dockerfile
Load model and provider list in gui
Remove needs_auth in HuggingChat
Add default model and login url in gui
10 months ago
Heiner Lohaus 2157ccbcdb Add get_session_from_browser as cloudflare bypass 10 months ago
Heiner Lohaus cd6ccdd03b Add proxy support / fix streaming 10 months ago
Heiner Lohaus e74af803e7 Update pi provider 10 months ago
madonchik123 b0276f6c9e
Added new provider PI (Hacky way to use) (#1291)
* Added new provider PI (Hacky way to use)

* Updated models endpoint made it show real info about the model.py

* Added cloudscraper to the requirements

* Fixed some bugs aka made streaming also return role
10 months ago
abc 1ade1d959c ~
chatgptx not working
10 months ago
abc 10a3832458 ~
fix DeepInfra
10 months ago
Heiner Lohaus 4cec1ed9aa Fix ChatgptAi Provider 10 months ago
Heiner Lohaus ebb6427100 Add GptTalkRu Provider 10 months ago
Heiner Lohaus fc74c8f350 Disable ChatgptDemoAi, ChatAnywhere and Berlin 10 months ago
Heiner Lohaus ea3cb0d5e9 Fix Phind and GptGo Provider 10 months ago
abc 063696630c ~ | g4f v-0.1.8.9 10 months ago
abc 9140541179 ~ | improve compatibility 10 months ago
Tekky 4f7ebdab73
Merge branch 'main' into webdriver 10 months ago
H Lohaus a2b803a56c
Update AItianhu.py 10 months ago
H Lohaus ad78589843
Update GptGo.py 10 months ago
Heiner Lohaus 08e308348b Add webdriver module 10 months ago
Heiner Lohaus 702837a33a Add auto support params method 10 months ago
razrab cd4207a146 Fix tupo in GptGo 10 months ago
abc d4c8f3e8d5 ~ |
trying to improve compability with python versions < 3.8
10 months ago
Tekky eeb26036ca
Merge pull request #1269 from hlohaus/any
Add Response Handler to OpenaiChat
10 months ago
Heiner Lohaus 9239cadd8b Add Response Handler to OpenaiChat
Update Providers with WebDriver
Add WebDriverSession helper
Use native streaming in curl_cffi
10 months ago
Tekky 2fcb3f949b
Merge pull request #1267 from hlohaus/any
Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers
10 months ago
Heiner Lohaus cadc507fad Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers
Add OnlineGpt and TalkAi Provider
Add get_random_string and get_random_hex helper
Remove funcaptcha package
10 months ago
Tekky ca3eaaffee
Merge pull request #1264 from hlohaus/any
Improve providers
10 months ago
Heiner Lohaus e4caf1d0ca Improve providers 10 months ago
Tekky 053cfa6630
Merge pull request #1262 from hlohaus/any
Update Readme / Headless Mode
10 months ago
Heiner Lohaus 2ebbcdf0b8 Remove virtualdisplay and add headless mode 10 months ago
H Lohaus f57fa3a43f
Merge pull request #1261 from hlohaus/any
Add Poe Provider, Update AItianhuSpace Porvider
10 months ago
Heiner Lohaus 92908b4347 Add Poe Provider, Update AItianhuSpace Porvider 10 months ago
Tekky 8393b2bd56
Merge pull request #1260 from hlohaus/any
Update Phind and PerplexityAi - GPT-4 Providers
10 months ago
H Lohaus 235dabf2cc
Update Liaobots.py 10 months ago
H Lohaus 56db205111
Update MyShell.py 10 months ago
H Lohaus 29df5a21a8
Update Bard.py 10 months ago
H Lohaus 79c9051743
Update Phind.py 10 months ago
H Lohaus e0541c513f
Update Phind.py 10 months ago
H Lohaus aa12716974
Update MyShell.py 10 months ago
H Lohaus 5c5235671e
Update MyShell.py 10 months ago
H Lohaus 0625bd0a06
Update PerplexityAi.py 10 months ago
H Lohaus cbc08d6014
Update helper.py 10 months ago
H Lohaus 51a6669210
Update Phind.py 10 months ago
H Lohaus 840157abaa
Update helper.py 10 months ago
H Lohaus 293337db98
Update helper.py 10 months ago
Heiner Lohaus 510f534c0a Fix Bard Provider 10 months ago
Heiner Lohaus 0c4e5e5127 Fix Phind and PerplexityAi - GPT-4 Providers
Fix MyShell Provider
Refactor Provider __init__
Add ChatAnywhere Provider
Update models list
10 months ago
H Lohaus 6a793e782c
Merge pull request #1258 from AndPim4912/chatbase
Add back crutch of incorrect responses to ChatBase
10 months ago
hs_junxiang 5c16856c3f fix: GPTalk can only use 5 times (#1255) 10 months ago
razrab 1906b5fd06 Add back crutch of incorrect responses to ChatBase 10 months ago
H Lohaus 52545369c5
Update OpenaiChat.py 10 months ago
Heiner Lohaus 2f64bc99ef Fix Chatgpt4Online Provider 11 months ago
Heiner Lohaus 2fb932220d Add Berlin and Koala Provider 11 months ago
Heiner Lohaus 745ea57c63 Add auto_continue to OpenaiChat
Update readme provider tables
11 months ago
Heiner Lohaus c796ba2253 Add py_arkose_generator in OpenaiChat 11 months ago
hs_junxiang a3c4e63577 fix: no module named 'flask' (#1216) 11 months ago
H Lohaus 363daeaab2
Merge pull request #1207 from hlohaus/win
Fix NotImplementedError on WIn
11 months ago
Luneye 23127acab2
Update Bing.py - Removed unnecessary "await" statements that could potentially lead to errors 11 months ago
Heiner Lohaus dfefd22aa1 Add exec_js helper def 11 months ago
Heiner Lohaus 65b5227500 Fix NotImplementedError on WIn 11 months ago
H Lohaus 85ca16d77f
Merge pull request #1181 from hlohaus/arkose
Use asyncio subprocess in OpenaiChat
11 months ago
Luneye b993bc00fa
Update ChatBase.py - Added jailbreak (enabled by default), Removed list incorrect responses 11 months ago
Heiner Lohaus cc301a3dd8 Use asyncio subprocess in OpenaiChat 11 months ago
Heiner Lohaus dc04ca9306 Add arkose_token to OpenaiChat 11 months ago
Heiner Lohaus 79cf039a88 Update config supports_message_history 11 months ago
Heiner Lohaus 0d1ae405cc Add Llama2 Providers / Models 11 months ago
Tekky ffa36c49e4
Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses
Extract keywords from incorrect responses
11 months ago
Tekky a167970d76
Merge pull request #1149 from Luneye/patch-4
[suggestion] Adding new parameter to check if a provider 'natively' supports mesage history
11 months ago
razrab 5ad48d9181 Extract keywords from incorrect responses
The text of error responses is dynamically created by LLM. Need determine by keywords for more precise identification.
11 months ago
Luneye 4bb751d989
Indicated support of message history in GptForLove.py 11 months ago
Luneye 2f539d0601
Indicated support of message history in Bing.py 11 months ago
Luneye e93887aff8
Indicated support of message history in ChatBase.py 11 months ago
Luneye 7a2c8e4cd3
Indicated support of message history in FreeGpt.py 11 months ago
Luneye 0b43c13268
Indicated support of message history in GPTalk.py 11 months ago
Luneye c43f82e966
Indicated support of message history in Yqcloud.py 11 months ago
Luneye c839597c6d
Indicated support of message history in You.py 11 months ago
Luneye aee8d5e628
Indicated support of message history in FakeGpt.py 11 months ago
Luneye 7f6d85f861
Indicated support of message history in ChatForAi.py 11 months ago
Luneye dc798b520d
Indicated support of message history in ChatgptX.py 11 months ago
Tekky 6363353670
Merge pull request #1146 from AndPim4912/GetGpt-debian-compat
Update GetGpt provider for Debian python3-pycryptodome compatibility
11 months ago
Tekky 4c276c7ed6
Merge pull request #1145 from AndPim4912/chatbase-invalid-response
Add support for detecting incorrect responses in ChatBase API requests.
11 months ago
Heiner Lohaus 979904166f
Update MyShell.py 11 months ago
razrab 87f8007345 Update GetGpt provider for Debian python3-pycryptodome compatibility
Try to import AES from Cryptodome.Cipher if Crypto.Cipher caused error.
11 months ago
razrab fd2b52823b Add support for detecting incorrect responses in ChatBase API requests. 11 months ago
Luneye 63ae5bb2cd
[suggestion] Adding new parameter to check if provider supports message history
What are your thoughts on introducing a parameter that allows us to promptly verify whether the provider supports message history? I also considered adding a parameter to indicate whether a provider can perform web searches.
11 months ago
Shubh Gajjar f0f5cb05f9
Update FreeGpt.py
Changed older domain url with the working new url
11 months ago
Luneye 21e56a1af8
Bugfix Bing.py - Resolved Issues with system prompt, Bing personalities and enabled all supported user requests
I used this repository (https://github.com/waylaidwanderer/node-chatgpt-api/) as a reference to fix all the bugs related to Bing "personality." I included all the required fields in the allowedMessageTypes and optionsSets (as well as sliceIds) to allow it to respond to any requests it actually supports.

Will also finish the code to fully implement the image generation functionality.
11 months ago
ⲘrṨhส∂ow 3982f39424
'Refactored by Sourcery' (#1125)
Co-authored-by: Sourcery AI <>
11 months ago
Tekky 955fb4bbaa
Merge pull request #1124 from hlohaus/fake
Improve helper
11 months ago
Tekky 33fcf907b6
Merge pull request #1122 from Luneye/patch-2
Major Update for Bing - Supports latest bundle version and image analysis
11 months ago
Heiner Lohaus 598255fa26 Debug logging support
Async browse access token
11 months ago
Heiner Lohaus 3ae90b57ed Improve get_cookies helper 11 months ago
Heiner Lohaus fc15181110 Fix ChatgptAi Provider 11 months ago
Luneye c400d02024
Major Update for Bing - Supports latest bundle version and image analysis
Here it is, a much-needed update to this service which offers numerous functionalities that the old code was unable to deliver to us.

As you may know, ChatGPT Plus subscribers now have the opportunity to request image analysis directly from GPT within the chat bar. Bing has also integrated this feature into its chatbot. With this new code, you can now provide an image using a data URI, with all the following supported extensions: jpg, jpeg, png, and gif!

**What is a data URI and how can I provide an image to Bing?**

Just to clarify, a data URI is a method for encoding data directly into a URI (Uniform Resource Identifier). It is typically used for embedding small data objects like images, text, or other resources within web pages or documents. Data URIs are widely used in web applications.

To provide an image from your desktop and retrieve it as a data URI, you can use this code: [GitHub link](https://gist.github.com/jsocol/1089733).

Now, here is a code snippet you can use to provide images to Bing:

```python
import g4f

provider = g4f.Provider.Bing
user_message = [{"role": "user", "content": "Hi, describe this image."}]

response = g4f.ChatCompletion.create(
    model = g4f.models.gpt_4,
    provider = g4f.provider,  # Corrected the provider value
    messages = user_message,
    stream = True,
    image = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/4RiSRXhpZgAASUkqAAg..."  # Insert your full data URI image here
)

for message in response:
    print(message, flush=True, end='')
```

If you don't want to analyze the image, just do not specify the image parameter.

Regarding the implementation, the image is preprocessed within the Bing.py code, which can be resource-intensive for a server-side implementation. When using the Bing chatbot in your web browser, the image is preprocessed on your computer before being sent to the server. This preprocessing includes tasks like image rotation and compression. Although this implementation works, it would be more efficient to delegate image preprocessing to the client as it happens in reality. I will try to provide a JavaScript code for that at a later time.

As you saw, I did mention in the title that it is in Beta. The way the code is written, Bing can sometimes mess up its answers. Indeed, Bing does not really stream its responses as the other providers do. Bing sends its answers like this on each iteration:

"Hi,"
"Hi, this,"
"Hi, this is,"
"Hi, this is Bing."

Instead of sending each segment one at a time, it already adds them on each iteration. So, to simulate a normal streaming response, other contributors made the code wait for the next iteration to retrieve the newer segments and yield them. However, this method ignores something that Bing does.

Bing processes its responses in a markdown detector, which searches for links while the AI answers. If it finds a link, it saves it and waits until the AI finishes its answer to put all the found links at the very end of the answer. So if the AI is writing a link, but then on the next iteration, it finishes writing this link, it will then be deleted from the answer and appear later at the very end. Example:

"Here is your link reference ["
"Here is your link reference [^"
"Here is your link reference [^1"
"Here is your link reference [^1^"

And then the response would get stuck there because the markdown detector would have deleted this link reference in the next response and waited until the AI is finished to put it at the very end.

For this reason, I am working on an update to anticipate the markdown detector.
So please, if you guys notice any bugs with this new implementation, I would greatly appreciate it if you could report them on the issue tab of this repo. Thanks in advance, and I hope that all these explanations were clear to you!
11 months ago
Heiner Lohaus 78f93bb737 Add rate limit error messages 11 months ago
Heiner Lohaus 63cda8d779 Fix increase timeout
Add Hashnode Provider
Fix Yqcloud Provider
11 months ago
Heiner Lohaus 4225a39a49 Enable Liaobots and ChatForAi again 11 months ago
Heiner Lohaus 13e89d6ab9 Fix MyShell Provider 11 months ago
Heiner Lohaus a3af9fac3e Add FakeGpt Provider
Update providers in models
11 months ago
abc ae8dae82cf ~ | g4f `v-0.1.7.2`
patch / unpatch providers
11 months ago
abc dad69d24ce ~
minor changes
11 months ago
abc d4ab83a45b ~
automatic models fetching in GUI.
11 months ago
hs_junxiang 042ee7633b Fix: debug.logging not work in retry provider 11 months ago
ostix360 24f7495f24 Add timeout 11 months ago
abc 5b240665fb ~ | add `g4f.Provider.GeekGpt` 11 months ago
abc 4a3b663ccd ~ | remove non-working providers 11 months ago
Heiner Lohaus c1adfbee8e Add Llama2 and NoowAi Provider 11 months ago
Tekky 8bdbb9e9cd
~ | Merge pull request #1068 from hlohaus/fre
Fix Opchatgpts and ChatForAi Provider
12 months ago
abc 1f8293250e ~
fix chatbase (bad) and remove from auto selection
12 months ago
Heiner Lohaus 13ffdcd61a Fix Opchatgpts and ChatForAi Provider
Deprecate Vitalentum and Aivvm Provider
12 months ago
Heiner Lohaus 5048f01e26 Deprecate ChatForAi 12 months ago
Heiner Lohaus 1e8bbaaaa9 Add ChatgptLogin, ChatgptFree and GptChatly Provider 12 months ago
hs_junxiang 19346ba9ba Fix: GptGo json.decoder.JSONDecodeError 12 months ago
abc f74ca10fbd ~ | g4f v-0.1.6.1
some bug fixes
12 months ago
abc c9c573a6e6 ~ | remove DeepAi 12 months ago
abc 8964d15dc3 ~ | g4f `v-0.1.5.8` 12 months ago
Tekky e06012ae06
~ | Merge pull request #1029 from hlohaus/die
Some small fixes
12 months ago
Commenter123321 a77848429e make user agent easily changeable in deepai 12 months ago
Commenter123321 e049176324 fix deepai :) 12 months ago
Commenter123321 4d4ad976ec remove unused import in Bing.py 12 months ago
Commenter123321 3de672d023 Aivvm is the best provider no cap 12 months ago
Commenter123321 0e4297494d Merge remote-tracking branch 'origin/main'
# Conflicts:
#	g4f/Provider/Aivvm.py
#	g4f/models.py
12 months ago
Heiner Lohaus 53192b86b1 Some small fixes 12 months ago
Commenter123321 417ce27422
Update Aivvm.py 12 months ago
abc 1883d55147 ~
Conversion from str Provider to g4f.Provider
12 months ago
Commenter123321 58c45522ea add cool testing for gpt-3.5 and and gpt-4 12 months ago
Commenter123321 119817c963 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	g4f/Provider/Aivvm.py
12 months ago
Heiner Lohaus c6b33e527c Add Proxy Support and Create Provider to Readme
Add proxy support to many providers
12 months ago
Heiner Lohaus e46b5fe043 Add proxy support to all providers 12 months ago
Heiner Lohaus 6401084fd0 Add Messages and AsyncResult typing
Add system_message in Yqcloud
12 months ago
Heiner Lohaus 4a9d7714ad Add Cromicle to provider list 12 months ago
abc 92e1ec6f4f ~ | `v-0.1.5.5`
Aiivm working again
12 months ago
Heiner Lohaus 3430b04f87 Remove Aivvm from working providers 12 months ago
Heiner Lohaus dfdb759639 Improve code with ai 12 months ago
Heiner Lohaus f7bb30036e Improve code by AI 12 months ago
Heiner Lohaus 4fa6e9c0f5 Add GptGod Provider
Remove timeout from aiohttp providers
Disable Opchatgpts and ChatgptLogin provider
12 months ago
Heiner Lohaus 1238d9a638 Add GPTalk and GptForLove Provider 12 months ago
Heiner Lohaus af9ed889c1 Fix timeout in create_async 12 months ago
abc c8835b15d4 ~ 12 months ago
hs_junxiang dbf54769e0 Fix: TypeError: 'type' object is not subscriptable 12 months ago
Tekky 6dc2502740
Merge branch 'main' into bom 12 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
12 months ago
Hexye 3b418e8cc5
Update Cromicle.py 12 months ago