Commit Graph

536 Commits (d01f3f6b610ec54f6c63e228fd20447828fdcea3)

Author SHA1 Message Date
Tekky c2878fbe14
Merge pull request #1489 from hlohaus/neww
Fix load json in DeepInfra
6 months ago
Tekky 29536bea9e
Merge pull request #1488 from nullstreak/dolphin-mixtral
Add dolphin-2.6-mixtral-8x7b model
6 months ago
Heiner Lohaus 0b4c6247d0 Fix load json in DeepInfra 6 months ago
H Lohaus be288aa8a7
Merge pull request #1487 from nullstreak/deepinfra-patch
DeepInfra: Fix token duplication
6 months ago
H Lohaus fea4f546a7
Merge pull request #1486 from hlohaus/copilot
Improve tests
6 months ago
nullstreak c578385cc4
Add dolphin-2.6-mixtral-8x7b 6 months ago
nullstreak 640c861ad7
DeepInfra: Fix token duplication 6 months ago
Heiner Lohaus 9cbe9c1ccb Improve tests 6 months ago
H Lohaus a98a9e92bc
Merge pull request #1484 from hlohaus/copilot
Copilot
6 months ago
Heiner Lohaus 8787db385e Check access from chromedriver 6 months ago
Heiner Lohaus cb0e065581 Remove usage of get_event_loop helper 6 months ago
diaodeng dd955e575c
Llama2.py result decode error 6 months ago
Heiner Lohaus 8472310265 Remove deprecation in get_event_loop 6 months ago
H Lohaus 42709f55b2
Fix unittests (#1472)
* Fix unittests

* Fix missing distutils, install setuptools

* Fix version not found

* Remove deprecation in get_event_loop
6 months ago
Heiner Lohaus 55e5cf16cb Fix unittests 6 months ago
Heiner Lohaus 32252def15 Change doctypes style to Google
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
6 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
6 months ago
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' 7 months ago
H Lohaus eee038a73e
Add GeminiProChat Provider (#1419)
* Add GeminiProChat Provider
7 months ago
4sh 90c80f80ae
New Provider 'Bestim' (#1416)
* Add new provider Bestim
7 months ago
Heiner Lohaus 685aeff5ef Fix markdown replace 7 months ago
Heiner Lohaus ae46cf72d4 Fix DeepInfra Provider 7 months ago
Heiner Lohaus e0aaad8f47 Fix permissions for chromedriver
Fix NoVNC server access
Remove java from build
7 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
7 months ago
Heiner Lohaus ebc522150e Patch event loop on win, Check event loop closed 7 months ago
Heiner Lohaus 50b796e8fe Add _puid cookie, save access_token in cookies in OpenaiChat 7 months ago
Heiner Lohaus b03fd1ad93 Fix Chatgpt4Online provider 7 months ago
Heiner Lohaus 6c2f3c6416 Fix Liabots session 7 months ago
H Lohaus e4e6512a2a
Merge pull request #1406 from OmiiiDev/patch-1
Update Liaobots.py
7 months ago
Yash Varshney b5368c276d
remove unnecessary semicolon 7 months ago
OmiiiDev a1c2f5b2cd
Update Liaobots.py
Added more models
7 months ago
H Lohaus 648b322a15
Merge pull request #1389 from hlohaus/gpt6
Add Gpt6 Provider
7 months ago
H Lohaus 1ccdbcb51c
Merge pull request #1390 from hlohaus/p38
Support Python 3.8
7 months ago
Heiner Lohaus 6d0d975c71 Improve Chatxyz Provider 7 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
7 months ago