Commit Graph

1634 Commits

Author SHA1 Message Date
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
2024-01-14 07:45:41 +01:00
H Lohaus
691fac6db6
Merge pull request #1466 from hlohaus/upp
Fix process_image in Bing
2024-01-13 18:12:21 +01:00
Heiner Lohaus
ceed364cb1 Fix process_image in Bing
Add ImageResponse to Bing
Fix cursor styling in gui
2024-01-13 18:10:43 +01:00
H Lohaus
1459475384
Merge pull request #1465 from hlohaus/upp
Improve FreeChatgpt Provider
2024-01-13 16:20:09 +01:00
Heiner Lohaus
c190d0eae4 Improve FreeChatgpt Provider 2024-01-13 16:18:31 +01:00
Debaditya Banerji
42c4a4315a
Added support for more models: FreeChatgpt (#1456)
* Improved FreeChatgpt, added support for more models

* Added new model: Gemini Pro
2024-01-13 15:58:12 +01:00
H Lohaus
693b15231d
Merge pull request #1463 from hlohaus/upp
Fix merge issues
2024-01-13 15:57:00 +01:00
Heiner Lohaus
7968ae52fb Fix merge issues 2024-01-13 15:56:29 +01:00
H Lohaus
88bfe2ce42
Merge pull request #1461 from Akash98Sky/main
A slight cleanup to the project
2024-01-13 15:53:53 +01:00
H Lohaus
d632190f1d
Merge branch 'main' into main 2024-01-13 15:52:52 +01:00
H Lohaus
467f2a6fc6
Merge pull request #1462 from hlohaus/img
Support upload image in gui
2024-01-13 15:48:38 +01:00
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
2024-01-13 15:37:36 +01:00
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
2024-01-13 18:31:28 +05:30
Tekky
90a1395d4d
~ 2024-01-12 15:14:19 +00:00
Tekky
4b5fffc265
Merge pull request #1451 from hlohaus/pypi
Publish on pypi
2024-01-12 11:51:25 +00:00
Tekky
661a205318
Merge branch 'main' into pypi 2024-01-12 11:46:40 +00:00
Heiner Lohaus
7075cd4ba1 Change pypi to live 2024-01-12 02:15:41 +01:00
Heiner Lohaus
a7c8565922 Add publish-to-pypi workflow
Improve gui frontend
Fix web search in bing
2024-01-12 02:14:35 +01:00
abc
041f9b8781 ~ | g4f v-0.2.0.1 2024-01-11 22:41:32 +00:00
abc
c45d478f17 Merge branch 'main' of https://github.com/xtekky/gpt4free 2024-01-11 22:40:34 +00:00
abc
8391e88b83 ~ 2024-01-11 22:40:32 +00:00
Debaditya Banerji
c5bdfe23c2
Fixed Error "No module named g4f.Provider.bing" (#1448)
* Added init file to initiate bing as a Module
2024-01-11 19:17:49 +01:00
H Lohaus
517895845e
Merge pull request #1444 from hlohaus/async
Bing
2024-01-10 20:09:46 +01:00
Heiner Lohaus
4343082d37 Fix create_async in CreateImagesProvider 2024-01-10 20:08:06 +01:00
Heiner Lohaus
9aa76da0fa Fix bing stream func 2024-01-10 20:06:21 +01:00
abc
8ee0649183 ~ | gf4 v-0.2.0.0 2024-01-10 18:18:58 +00:00
Eikosa
fcbe930020
Added timeout to Bing (#1438)
Co-authored-by: H Lohaus <hlohaus@users.noreply.github.com>
2024-01-10 10:41:15 +01:00
H Lohaus
bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
2024-01-10 10:34:56 +01:00
Tekky
2e6399230c
Merge pull request #1441 from w453y/patch-1
Update README.md
2024-01-09 21:44:36 +00:00
Abdul Wasey
95419d2591
Update README.md 2024-01-10 00:24:39 +05:30
abc
ee6317a38d ~ | g4f v-0.1.9.9 2024-01-08 14:35:56 +01:00
H Lohaus
6e0c0b61a7
Merge pull request #1435 from fabaff/patch-1
Replace bs4 with beautifulsoup4
2024-01-07 18:55:00 +01:00
Fabian Affolter
0077baea9b
Replace bs4 with beautifulsoup4 2024-01-07 11:38:22 +01:00
H Lohaus
4a55337e9e
Merge pull request #1431 from ramonvc/update-openai-example
Update openai example
2024-01-04 20:30:43 +01:00
H Lohaus
679cb9ea78
Merge pull request #1430 from ramonvc/main
Fix module 'g4f.debug' has no attribute 'get_version'
2024-01-04 20:28:57 +01:00
Ramon Victor Cardoso
f3fb6f8a60 Update openai example 2024-01-04 12:27:02 -03:00
Ramon Victor Cardoso
694f131d09 Fix module 'g4f.debug' has no attribute 'get_version' 2024-01-03 20:50:51 -03:00
Tekky
d72c76a142
~ 2024-01-03 23:51:08 +01:00
Tekky
d366165046
Merge pull request #1425 from Ultrasanic/fix_README
Fixed a typo in the README
2024-01-03 22:50:43 +00:00
abc
b31274a24a ~ | g4f v-0.1.9.8 2024-01-03 23:49:16 +01:00
H Lohaus
eee038a73e
Add GeminiProChat Provider (#1419)
* Add GeminiProChat Provider
2024-01-02 14:58:28 +01:00
Alex Shirokovskih
82ee3afb7c Fixed a typo in the README 2024-01-02 14:53:47 +03:00
4sh
90c80f80ae
New Provider 'Bestim' (#1416)
* Add new provider Bestim
2024-01-02 02:42:21 +01:00
H Lohaus
b1b8ed40a4
Merge pull request #1417 from hlohaus/lia
Add support for all models
2024-01-02 01:10:31 +01:00
Heiner Lohaus
685aeff5ef Fix markdown replace 2024-01-02 01:03:39 +01:00
Heiner Lohaus
ae46cf72d4 Fix DeepInfra Provider 2024-01-01 23:23:45 +01:00
Heiner Lohaus
e0aaad8f47 Fix permissions for chromedriver
Fix NoVNC server access
Remove java from build
2024-01-01 23:20:48 +01:00
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
2024-01-01 17:48:57 +01:00
H Lohaus
e64a003323
Merge pull request #1414 from hlohaus/lia
Patch event loop on win, Check event loop closed
2024-01-01 02:10:53 +01:00
Heiner Lohaus
ebc522150e Patch event loop on win, Check event loop closed 2024-01-01 02:09:06 +01:00