Commit Graph

519 Commits (ceed364cb1ade47a29ccf698074be01b520fc82c)

Author SHA1 Message Date
Heiner Lohaus ceed364cb1 Fix process_image in Bing
Add ImageResponse to Bing
Fix cursor styling in gui
6 months ago
Heiner Lohaus c190d0eae4 Improve FreeChatgpt Provider 6 months ago
Debaditya Banerji 42c4a4315a
Added support for more models: FreeChatgpt (#1456)
* Improved FreeChatgpt, added support for more models

* Added new model: Gemini Pro
6 months ago
Heiner Lohaus 7968ae52fb Fix merge issues 6 months ago
H Lohaus d632190f1d
Merge branch 'main' into main 6 months ago
H Lohaus 467f2a6fc6
Merge pull request #1462 from hlohaus/img
Support upload image in gui
6 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
6 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
6 months ago
Tekky 661a205318
Merge branch 'main' into pypi 6 months ago
Heiner Lohaus a7c8565922 Add publish-to-pypi workflow
Improve gui frontend
Fix web search in bing
6 months ago
Debaditya Banerji c5bdfe23c2
Fixed Error "No module named g4f.Provider.bing" (#1448)
* Added init file to initiate bing as a Module
6 months ago
Heiner Lohaus 4343082d37 Fix create_async in CreateImagesProvider 6 months ago
Heiner Lohaus 9aa76da0fa Fix bing stream func 6 months ago
Eikosa fcbe930020
Added timeout to Bing (#1438)
Co-authored-by: H Lohaus <hlohaus@users.noreply.github.com>
6 months ago
H Lohaus bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
6 months ago
Ramon Victor Cardoso 694f131d09 Fix module 'g4f.debug' has no attribute 'get_version' 6 months ago
H Lohaus eee038a73e
Add GeminiProChat Provider (#1419)
* Add GeminiProChat Provider
6 months ago
4sh 90c80f80ae
New Provider 'Bestim' (#1416)
* Add new provider Bestim
6 months ago
Heiner Lohaus 685aeff5ef Fix markdown replace 6 months ago
Heiner Lohaus ae46cf72d4 Fix DeepInfra Provider 6 months ago
Heiner Lohaus e0aaad8f47 Fix permissions for chromedriver
Fix NoVNC server access
Remove java from build
6 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
6 months ago
Heiner Lohaus ebc522150e Patch event loop on win, Check event loop closed 6 months ago
Heiner Lohaus 50b796e8fe Add _puid cookie, save access_token in cookies in OpenaiChat 6 months ago
Heiner Lohaus b03fd1ad93 Fix Chatgpt4Online provider 6 months ago
Heiner Lohaus 6c2f3c6416 Fix Liabots session 6 months ago
H Lohaus e4e6512a2a
Merge pull request #1406 from OmiiiDev/patch-1
Update Liaobots.py
6 months ago
Yash Varshney b5368c276d
remove unnecessary semicolon 6 months ago
OmiiiDev a1c2f5b2cd
Update Liaobots.py
Added more models
6 months ago
H Lohaus 648b322a15
Merge pull request #1389 from hlohaus/gpt6
Add Gpt6 Provider
6 months ago
H Lohaus 1ccdbcb51c
Merge pull request #1390 from hlohaus/p38
Support Python 3.8
6 months ago
Heiner Lohaus 6d0d975c71 Improve Chatxyz Provider 6 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
6 months ago
Zabir Raihan c52ab6dce4
Fix Phind provider 6 months ago
Heiner Lohaus f82a60dfb3 Support Python 3.8 6 months ago
Heiner Lohaus a73820ab18 Add Gpt6 Provider 6 months ago
Heiner Lohaus 5a7ce3a8ab Update get_latest_version for docker 6 months ago
Heiner Lohaus 236ec98380 Fix api run module 6 months ago
Heiner Lohaus 3a81f9a2af Fix api and None provider 6 months ago
Heiner Lohaus 74a21cdb4e Fix streaming in Aura 6 months ago
Heiner Lohaus 554609dc73 Fix streaming in Aura 6 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
6 months ago
nullstreak dc7b1cd000
Update models.py 7 months ago
nullstreak 5d47ba4205
Update Bing.py 7 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`
7 months ago
H Lohaus 5c3b65b4f0
Merge pull request #1365 from NiNiyas/fix-typo
fix(typo): Fix typo in function name
7 months ago
H Lohaus a95c2423d9
Merge pull request #1364 from eminemkun/main
Fix Bing provider Cookie issue 2
7 months ago
devAdityaa d0b5f9caa7 Removed the condition for filtering token_ids 7 months ago
NiNiyas 0b2f7898d4 fix(g4f): Fix typo in function name 7 months ago
eminemkun 28896f2a98 Fix Bing provider Cookie issue 2 7 months ago