Commit Graph

340 Commits (dfefd22aa18f3a8efc32748300ee7dbe8fbb450f)

Author SHA1 Message Date
Heiner Lohaus dfefd22aa1 Add exec_js helper def 9 months ago
Heiner Lohaus 65b5227500 Fix NotImplementedError on WIn 9 months ago
xtekky e875f1d7d1 ~ | g4f `v-0.1.7.9` 9 months ago
H Lohaus 85ca16d77f
Merge pull request #1181 from hlohaus/arkose
Use asyncio subprocess in OpenaiChat
9 months ago
Luneye b993bc00fa
Update ChatBase.py - Added jailbreak (enabled by default), Removed list incorrect responses 9 months ago
Heiner Lohaus cc301a3dd8 Use asyncio subprocess in OpenaiChat 9 months ago
hdsz25 b8a3db526c
Update backend.py, index.html, requirements.txt (#1180)
* Update backend.py

change to the model that received from user interactive from the web interface model selection.

* Update index.html

added Llama2 as a provider selection and also include the model selection for Llama2: llama2-70b, llama2-13b, llama2-7b

* Update requirements.txt

add asgiref to enable async for Flask in api.
"RuntimeError: Install Flask with the 'async' extra in order to use async views"
9 months ago
Tekky 1dc8e6d528
Merge pull request #1175 from Biflez48/main
Adding context preservation to the GUI.
9 months ago
Heiner Lohaus dc04ca9306 Add arkose_token to OpenaiChat 9 months ago
Heiner Lohaus 79cf039a88 Update config supports_message_history 9 months ago
unknown 03dc8532f9 added context 9 months ago
abc 1e5a0eda1b ~ | g4f `v-0.1.7.8` 9 months ago
Tekky 0e700a5a95
Merge pull request #1166 from catmeowjiao/add-proxy
add proxy support
9 months ago
catmeowjiao 325f8558da add api proxy 9 months ago
Heiner Lohaus ba42301393 Add llama2 model mapping 9 months ago
Heiner Lohaus 0d1ae405cc Add Llama2 Providers / Models 9 months ago
catmeowjiao 6fd2fa971f add proxy support 9 months ago
Tekky ffa36c49e4
Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses
Extract keywords from incorrect responses
9 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
9 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.
9 months ago
Luneye 4bb751d989
Indicated support of message history in GptForLove.py 9 months ago
Luneye 2f539d0601
Indicated support of message history in Bing.py 9 months ago
Luneye e93887aff8
Indicated support of message history in ChatBase.py 9 months ago
Luneye 7a2c8e4cd3
Indicated support of message history in FreeGpt.py 9 months ago
Luneye 0b43c13268
Indicated support of message history in GPTalk.py 9 months ago
Luneye c43f82e966
Indicated support of message history in Yqcloud.py 9 months ago
Luneye c839597c6d
Indicated support of message history in You.py 9 months ago
Luneye aee8d5e628
Indicated support of message history in FakeGpt.py 9 months ago
Luneye 7f6d85f861
Indicated support of message history in ChatForAi.py 9 months ago
Luneye dc798b520d
Indicated support of message history in ChatgptX.py 9 months ago
abc 01585ba9cd ~ | g4f `v-0.1.7.7` 9 months ago
Tekky 6363353670
Merge pull request #1146 from AndPim4912/GetGpt-debian-compat
Update GetGpt provider for Debian python3-pycryptodome compatibility
9 months ago
Tekky 4c276c7ed6
Merge pull request #1145 from AndPim4912/chatbase-invalid-response
Add support for detecting incorrect responses in ChatBase API requests.
9 months ago
Heiner Lohaus 979904166f
Update MyShell.py 9 months ago
razrab 87f8007345 Update GetGpt provider for Debian python3-pycryptodome compatibility
Try to import AES from Cryptodome.Cipher if Crypto.Cipher caused error.
9 months ago
razrab fd2b52823b Add support for detecting incorrect responses in ChatBase API requests. 9 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.
9 months ago
Shubh Gajjar f0f5cb05f9
Update FreeGpt.py
Changed older domain url with the working new url
9 months ago
abc 4f29ef5833 ~ | g4f `v-0.1.7.6` 9 months ago
Tekky aa95d30732
Merge pull request #1120 from AndPim4912/api-ignore-providers
Added code to ignore certain providers in the API
9 months ago
AndPim4912 8d7ad98fcb
Merge branch 'main' into api-ignore-providers 9 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.
9 months ago
Heiner Lohaus 9eee45023e
Debug config in api 9 months ago
razrab 36fe869a81 Refactor API initialization to accept a list of ignored providers. 9 months ago
ⲘrṨhส∂ow 3982f39424
'Refactored by Sourcery' (#1125)
Co-authored-by: Sourcery AI <>
9 months ago
abc b1dbf66587 ~ | g4f `v-0.1.7.5` 9 months ago
Tekky 955fb4bbaa
Merge pull request #1124 from hlohaus/fake
Improve helper
9 months ago
Tekky 33fcf907b6
Merge pull request #1122 from Luneye/patch-2
Major Update for Bing - Supports latest bundle version and image analysis
9 months ago
Heiner Lohaus 598255fa26 Debug logging support
Async browse access token
9 months ago
Heiner Lohaus 3ae90b57ed Improve get_cookies helper 9 months ago