Hydra566
d495d732f2
Update You.py
...
Added new models from the provider
2024-05-04 23:34:51 +05:00
Heiner Lohaus
4bc4d635bc
Add vision models to readme
2024-04-22 01:27:48 +02:00
Heiner Lohaus
a26421bcd8
Add image model list
2024-04-21 15:15:55 +02:00
Heiner Lohaus
f66cd9f8a3
Add MissingRequirementsError to You
2024-04-21 07:38:36 +02:00
Heiner Lohaus
db2d6cffd9
Fix Bing Provider, Add Account Support for Meta AI
...
Use default headers in OpenaiChat
2024-04-21 07:22:59 +02:00
Heiner Lohaus
7e543f4747
Add Ecosia Provider, Add OpenaiAccount alias
...
Use AsyncClient in API, add web_search parameter in API
Improve error messages in Openai
2024-04-18 20:18:51 +02:00
abc
8add819c3e
stytch auth udpdate for provider
2024-04-14 02:37:15 +01:00
Heiner Lohaus
57c856ef74
Fix You.com Provider
2024-04-11 19:10:03 +02:00
Heiner Lohaus
65bcc8ae8b
Some small fixes
2024-04-10 14:23:30 +02:00
H Lohaus
00951eb791
Add OpenRouter and DeepInfraImage Provider ( #1814 )
2024-04-10 08:14:50 +02:00
H Lohaus
c9abf5cc84
Update You.py
2024-04-07 12:53:58 +02:00
H Lohaus
b29b541f9f
Update You.py
2024-04-07 12:41:17 +02:00
H Lohaus
536e85936e
Update You.py
2024-04-07 12:36:18 +02:00
H Lohaus
70e942ad11
Update You.py
2024-04-07 12:30:07 +02:00
H Lohaus
604daf0377
Update You.py
2024-04-07 12:26:24 +02:00
AksLolCoding
a5f7eeb63a
Update You.py ( #1794 )
...
fixed issue: https://github.com/xtekky/gpt4free/issues/1746
2024-04-07 11:28:31 +02:00
Heiner Lohaus
b35dfcd1b0
Add local models to gui, Fix You Provider, add AsyncClient
2024-04-07 10:36:13 +02:00
Heiner Lohaus
b7eee50930
Move raise_for_status, Create FormData wrapper
2024-03-15 14:55:53 +01:00
Heiner Lohaus
8cc6000ffb
Add Pyinstaller support, Use curl_cffi in You provider
2024-03-15 11:46:06 +01:00
H Lohaus
6ef282de3a
Remove all not working provider ( #1679 )
...
Fix many providers
Add selenium-wire to requierments
2024-03-12 02:06:06 +01:00
Heiner Lohaus
ec51e9c764
Fix HuggingChat and PerplexityLabs and add HuggingFace provider
...
Add more models and image generation in You provider
Use You as second default image provider
2024-03-11 02:41:59 +01:00
Heiner Lohaus
84812b9632
Update some providers
...
Improve read access_token in OpenaiChat
Add IterProvider
Add system message support in FlowGpt
Filter none values in new Client
2024-02-27 11:55:40 +01:00
Heiner Lohaus
e5b7f72b71
Move some modules, create providers dir
...
Set min version for duckduckgo
Make duckduckgo search async
Remove get_lastet_version
2024-02-22 00:16:58 +01:00
Heiner Lohaus
aba4b96f23
Add new Client API with Docs
...
Use object urls for the preview of image uploads.
Fix upload images in You provider
Fix create image. It's now a single image.
Improve system message for create images.
2024-02-12 11:41:27 +01:00
Heiner Lohaus
333fb4d2c3
Fix select chat mode, fix auth value in You
2024-02-11 07:59:45 +01:00
Heiner Lohaus
98c7b5ed68
Add upload image support in You
2024-02-11 07:48:07 +01:00
Heiner Lohaus
6c422b2965
Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookies
2024-02-11 01:59:57 +01:00
Heiner Lohaus
79cf039a88
Update config supports_message_history
2023-10-27 22:59:14 +02:00
Luneye
c839597c6d
Indicated support of message history in You.py
2023-10-24 23:39:29 +02:00
Heiner Lohaus
6401084fd0
Add Messages and AsyncResult typing
...
Add system_message in Yqcloud
2023-10-08 13:59:56 +02:00
Heiner Lohaus
88d2cbff09
Add AiAsk, Chatgpt4Online, ChatgptDemo
...
and ChatgptX Provider
Fix Bing, Liaobots and ChatgptAi Provider
Add "gpt_35_long" model and custom timeout
2023-10-05 05:13:37 +02:00
Heiner Lohaus
d6382a2145
Add new providers: Aivvm, Vitalentum and Ylokh
2023-09-12 00:47:03 +02:00
msi-JunXiang
901595b10f
type hints
...
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable".
Refer to the following Stack Overflow discussions for more information:
1.
https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python
2.
https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable
2023-09-03 16:26:26 +08:00
Heiner Lohaus
7294abc890
Add async support for H2o
...
Add format_prompt helper
Fix create_completion in AsyncGeneratorProvider
Move get_cookies from constructor to function
Add ow HuggingChat implement
Remove need auth form Liabots
Add staic cache for access_token in OpenaiChat
Add OpenAssistant provider
Support stream and async in You
Support async and add userId in Yqcloud
Add log_time module
2023-08-28 01:43:45 +02:00
abc
efd75a11b8
~ | code styling
2023-08-27 17:37:44 +02:00
Tekky
473ac1450a
Merge branch 'main' into up
2023-08-25 17:22:25 +01:00
zengrr
7222d9b7ce
"You" unicode decode and fix prompt just is last message
2023-08-23 15:26:00 +08:00
Heiner Lohaus
98d3304108
Improve providers with tests
2023-08-22 23:27:34 +02:00
MIDORIBIN
f6ef3cb223
refactor: refactor provider
2023-08-14 11:46:32 +09:00