Commit Graph

943 Commits (14bc5daf39e71c76eb6702e459940903af0e1080)

Author SHA1 Message Date
碧舞すみほ 1d66c57a65
Improve compatibility of openai-node (#1966)
* improve compatibility of openai-node

* improve compatibility with OpenAI's models api

* allow image upload
5 months ago
Heiner Lohaus 5396887801 Fix You.com model selection 5 months ago
Heiner Lohaus 24c5502d76 Add needs auth to provierds, Add PerplexityApi provider
Add proxy support to nodriver
5 months ago
H Lohaus 008ed60d98
Merge pull request #1950 from hlohaus/leech
Update chatgpt url, uvloop support
5 months ago
Heiner Lohaus 59fcf9d2d3 Update chatgpt url, uvloop support 5 months ago
abc 1399758a4e gpt-4o (beta) 5 months ago
Tekky 23f3c5b809
Merge pull request #1934 from krishna2206/main
Updated PerplexityLabs models
5 months ago
Fitiavana Krishna fc55b3fc6a Updated PerplexityLabs models 5 months ago
HyiKi 1fb9eb94f7 Update Gemini.py
fix issue #1932
5 months ago
H Lohaus ee7428e767
Update Bing.py 5 months ago
H Lohaus 03e5f10992
Update BingCreateImages.py 5 months ago
H Lohaus a9672bead0
Update Bing.py 5 months ago
H Lohaus c343d66ac6
Update __init__.py 5 months ago
H Lohaus e41bbdce02
Update __init__.py 5 months ago
H Lohaus 743fbc2a6c
Update __init__.py 6 months ago
H Lohaus 1d02a06456
Merge pull request #1925 from hlohaus/worker
Add Ollama provider, Add vision support to Openai
6 months ago
Heiner Lohaus 8fcf618bbe Add Ollama provider, Add vision support to Openai 6 months ago
Hydra566 d495d732f2
Update You.py
Added new models from the provider
6 months ago
Heiner Lohaus ff8c1fc140 Add AppConfig class, update readme 6 months ago
Heiner Lohaus 26d5fcd216 Fix workers argument in api 6 months ago
H Lohaus f47b7a2a9b
Merge pull request #1905 from kafmws/main
add authorization for g4f API
6 months ago
Heiner Lohaus 10896102fa Add proofofwork to OpenaiChat 6 months ago
kafm 127352de2a clean code 6 months ago
kafm 112ca6380b add authorization for g4f API 6 months ago
Heiner Lohaus 0cc5b07daf Update reka vision 6 months ago
Eien Mojiki 🍕 f0cf7a2dae
Merge branch 'xtekky:main' into main 6 months ago
abc 2b271013fb add reka core model (vision) 6 months ago
Eien Mojiki 🍕 c85960566d
Add `microsoft/Phi-3-mini-4k-instruct` model 6 months ago
Heiner Lohaus c9c1aa121d Fix issue with You.com and nodriver
Show global model list when unselect provider
6 months ago
Heiner Lohaus 74c399d675 Add conversation title change in gui
Fix bug with multiple requests a .har in OpenaiChat
6 months ago
Heiner Lohaus cb695f58e8 Add nodriver to docker 6 months ago
Heiner Lohaus 002a4a1d7f Fix typo in model list 6 months ago
Heiner Lohaus 6e064adb09 Add gemini-1.5-pro-latest model 6 months ago
Heiner Lohaus 6a05a238d9 Fix "domain" KeyError with Firefox .har 6 months ago
H Lohaus 454be0ed70
Update cookies.py 6 months ago
Heiner Lohaus 4bc4d635bc Add vision models to readme 6 months ago
Heiner Lohaus 8dcef3b2a7 Improve python support 6 months ago
Heiner Lohaus 3a23e81de9 Add Replicate Provider
Fix Bug in OpenaiChat and MetaAI
Add read cookie and .har files
Use factory for api app
6 months ago
Heiner Lohaus a26421bcd8 Add image model list 6 months ago
Heiner Lohaus f66cd9f8a3 Add MissingRequirementsError to You 6 months ago
Heiner Lohaus db2d6cffd9 Fix Bing Provider, Add Account Support for Meta AI
Use default headers in OpenaiChat
6 months ago
Heiner Lohaus db00480153 Disable Bing integration test 6 months ago
Heiner Lohaus fdc8b88d17 Improve cli argparser, Improve curl_cffi websocket support 6 months ago
Heiner Lohaus a129c3db44 Add AbraGeoBlockedError handling 6 months ago
Heiner Lohaus e6863a75e1 Improve cli arguments 6 months ago
Heiner Lohaus 83484c0a56 Add workers and use_colors options to api 6 months ago
Heiner Lohaus 932d3a3ca0 Add MetaAI Provider and some small improvments 6 months ago
H Lohaus a27d908696
Merge pull request #1862 from hlohaus/nem
Fix image generation in OpenaiChat
6 months ago
kqlio67 81cf5d7c77
A few small fixes in GUI and Providers (#1861) 6 months ago
Heiner Lohaus 37b91e6dac Fix image generation in OpenaiChat 6 months ago
PD 5fd118f3c9
Added Meta llama-3 support! (#1856)
* Added Meta llama-3 support!
Decided to change llama2.py to llama.py to hold all the llama family models.

* updated HuggingChat provider

* Update FlowGpt.py
6 months ago
H Lohaus 718ea7c187
Merge pull request #1854 from hlohaus/nem
Add Ecosia Provider, Add OpenaiAccount alias
6 months ago
Heiner Lohaus 7e543f4747 Add Ecosia Provider, Add OpenaiAccount alias
Use AsyncClient in API, add web_search parameter in API
Improve error messages in Openai
6 months ago
H Lohaus 0b6601fb2e
Merge pull request #1848 from hlohaus/nem
Add missing styling on phone
6 months ago
Heiner Lohaus a82021fecd Add missing styling on phone 6 months ago
H Lohaus 6afc6722a0
Merge pull request #1846 from hlohaus/nem
Updates for some providers
6 months ago
Heiner Lohaus f72ea59a99 Fix style.css 6 months ago
H Lohaus 0f04dacdbd
Merge pull request #1833 from hlohaus/curl
Update event loop on windows only for old curl_cffi
6 months ago
Heiner Lohaus a2b5446b2e Fix DuckDuckGo Provider issues
Fix PerplexityLabs, FlowGpt Provider
Update Bing, Gemini Provider
6 months ago
abc 8ec942040c add cohere provider. 6 months ago
abc fdbb474151 some more logging 6 months ago
Tekky e5a57646db
Merge pull request #1836 from mm3b/main
Fixing an error that occurs due to a missing comma in async client
6 months ago
H Lohaus fc33573b1b
Merge pull request #1835 from ochen1/patch-1
Add model alias for gpt-4-turbo-preview in OpenaiChat Provider
6 months ago
mm3b 02b51a94c9
Add missed comma 6 months ago
abc 46dcf08554 Merge branch 'main' of https://github.com/xtekky/gpt4free 6 months ago
abc 8add819c3e stytch auth udpdate for provider 6 months ago
ochen1 7fef83593a
Add model alias for gpt-4-turbo-preview in OpenaiChat Provider 6 months ago
Heiner Lohaus 307ccd8781 Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus cec2a10eaa Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus f323e8850a Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus 97d34592d5 Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus 070eeadc12 Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus c15242faa0 Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus 7194c70d9c Fix SpeechRecognition on Phone 6 months ago
Heiner Lohaus 0a3fe0b7df Update event loop on windows only for old curl_cffi 6 months ago
abc 2fad27b2c5 new gpt-4 beating opensource models 6 months ago
abc ed8afc20e8 add more models
mixtral 8x22b
6 months ago
abc 8c560b87f1 improve models list for gpt-3.5-turbo 6 months ago
abc f57af704ba update retryprovider
now works with one provider.
6 months ago
Heiner Lohaus a053c29020 Fix GPT4All import error 6 months ago
H Lohaus ddb015e90d
Update Bing.py 6 months ago
kqlio67 fa739d2e7c
Add Aichatos and Blackbox Provider (#1822)
Providers added:
- Feedough - Added a new provider with GPT-3 model
- Cnote - Added a new provider with GPT-3.5 model
6 months ago
Heiner Lohaus f724c07f1b Add labels to provider list 6 months ago
abc a107d3f2ff update default gpt-3.5-turbo models
by default, only OpenAI was enabled, more models enable for more flexibility.

new provider `Koala` added, to watch out as it could be unstable.
6 months ago
H Lohaus 0b712c2bde
Add unittests for async client (#1830)
* Add unittests for async client

* Add pollyfill for anext

* Update integration tests
6 months ago
H Lohaus 35179fe843
Merge pull request #1825 from hlohaus/ws
Fix You.com Provider
6 months ago
nullstreak 2e171fc290 Update DeepInfra models 6 months ago
Heiner Lohaus 57c856ef74 Fix You.com Provider 6 months ago
H Lohaus df6ce3a531
Update chat.v1.js 6 months ago
H Lohaus 5899543ecf
Update chat.v1.js 6 months ago
H Lohaus eefbdb6d84
Update chat.v1.js 6 months ago
H Lohaus deb3898e7a
Update DeepInfraImage.py 6 months ago
Heiner Lohaus 1cb8440798 Add ReplicateImage to provider list 6 months ago
Heiner Lohaus 934edc86ba Fix unittests, update Bing Urls 6 months ago
Heiner Lohaus c1ca481074 Fix DeepInfra Provider, Fix Speech Recognition on Phone 6 months ago
Heiner Lohaus 009a67239a Add ReplicateImage Provider, Fix BingCreateImages Provider 6 months ago
Heiner Lohaus 13a09033fb Increase conversation title lenght 6 months ago
Heiner Lohaus 65bcc8ae8b Some small fixes 6 months ago
H Lohaus 00951eb791
Add OpenRouter and DeepInfraImage Provider (#1814) 6 months ago
H Lohaus 0bb08e15a7
Merge pull request #1813 from hlohaus/satur
Improve styling mobile
6 months ago