Commit Graph

1244 Commits (f51fe6322fcbd2bee24613d63aa8ea28cf6a32af)
 

Author SHA1 Message Date
Kushal Agrawal 6937ee6abb Update README.md 8 months ago
Kushal Agrawal 64fd98e687 Update README.md 8 months ago
Heiner Lohaus ba42301393 Add llama2 model mapping 8 months ago
Heiner Lohaus 0d1ae405cc Add Llama2 Providers / Models 8 months ago
Aryan4884 92a31d8281 Update README.md
Added comments to clarify how to set the Hugging Face token as the API key and also improved the comments for code readability
8 months ago
Rohan Sharma 91103e6a19 Update LEGAL_NOTICE.md 8 months ago
catmeowjiao 6fd2fa971f add proxy support 8 months ago
Tekky ffa36c49e4
Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses
Extract keywords from incorrect responses
8 months ago
Tekky e059070f65
Merge pull request #1156 from Sanyam-2026/main
Improved Readability and Grammar
8 months ago
Sanyam Jain 7b1c05f2d0
Update README.md 8 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
8 months ago
Tekky addb4b96db
Merge pull request #1152 from guspan-tanadi/Providerlinkpath-1
docs(README): current available link Provider path
8 months ago
Tekky 374116c80b
Merge pull request #1154 from shashankx86/patch-1
README.md: enhancement
8 months ago
Shashank Shekhar Pandey 60fc2b8982
README.md: enhancement
Notes are now highlighted
8 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.
8 months ago
Guspan Tanadi acdcad31f3
docs(README): current available link Provider path 8 months ago
Tekky ebbc602184
Merge pull request #1148 from rover07/fix/grammatical-errors-README.md
Fix grammatical errors in README.md
8 months ago
Luneye 4bb751d989
Indicated support of message history in GptForLove.py 8 months ago
Luneye 2f539d0601
Indicated support of message history in Bing.py 8 months ago
Luneye e93887aff8
Indicated support of message history in ChatBase.py 8 months ago
Luneye 7a2c8e4cd3
Indicated support of message history in FreeGpt.py 8 months ago
Luneye 0b43c13268
Indicated support of message history in GPTalk.py 8 months ago
Luneye c43f82e966
Indicated support of message history in Yqcloud.py 8 months ago
Luneye c839597c6d
Indicated support of message history in You.py 8 months ago
Luneye aee8d5e628
Indicated support of message history in FakeGpt.py 8 months ago
Luneye 7f6d85f861
Indicated support of message history in ChatForAi.py 8 months ago
Luneye dc798b520d
Indicated support of message history in ChatgptX.py 8 months ago
Vaibhav Chauhan 37dba12e96
Update README.md 8 months ago
abc 01585ba9cd ~ | g4f `v-0.1.7.7` 8 months ago
Tekky 6363353670
Merge pull request #1146 from AndPim4912/GetGpt-debian-compat
Update GetGpt provider for Debian python3-pycryptodome compatibility
8 months ago
Tekky 4c276c7ed6
Merge pull request #1145 from AndPim4912/chatbase-invalid-response
Add support for detecting incorrect responses in ChatBase API requests.
8 months ago
Heiner Lohaus 979904166f
Update MyShell.py 8 months ago
razrab 87f8007345 Update GetGpt provider for Debian python3-pycryptodome compatibility
Try to import AES from Cryptodome.Cipher if Crypto.Cipher caused error.
8 months ago
razrab fd2b52823b Add support for detecting incorrect responses in ChatBase API requests. 8 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.
8 months ago
Tekky 8eab96d319
Merge pull request #1144 from Ayushpanditmoto/main
fix: bullet point numbering mistakes resolved
8 months ago
Ayush Kumar Pandit 88013648b8
fix: bullet point numbering mistakes resolved 8 months ago
Tekky 5460f13acd
~ 8 months ago
Tekky 1cb91f6b3d
Merge pull request #1135 from harshhere905/patch-1
fixed typo
8 months ago
Tekky 8ff0513104
~ | Merge pull request #1140 from Shubhgajj2004/patch-1
Update FreeGpt.py
8 months ago
Tekky c1f36a85e5
~ 8 months ago
Shubh Gajjar f0f5cb05f9
Update FreeGpt.py
Changed older domain url with the working new url
8 months ago
Priyanshu Varshney 3891748934
fixed typo 8 months ago
Heiner Lohaus 61579cdbff
Merge pull request #1134 from eltociear/patch-4
Update README.md
8 months ago
Ikko Eltociear Ashimine 052505b692
Update README.md
huggingface -> Hugging Face
8 months ago
abc 4f29ef5833 ~ | g4f `v-0.1.7.6` 8 months ago
Tekky aa95d30732
Merge pull request #1120 from AndPim4912/api-ignore-providers
Added code to ignore certain providers in the API
8 months ago
Tekky e1d582f9c2
Merge pull request #1126 from Luneye/patch-3
Bugfix Bing.py - Resolved Issues with system prompt, Bing personalities and enabled all supported user requests
8 months ago
AndPim4912 8d7ad98fcb
Merge branch 'main' into api-ignore-providers 8 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.
8 months ago