Heiner Lohaus
53192b86b1
Some small fixes
2023-10-10 09:49:29 +02:00
Heiner Lohaus
f7bb30036e
Improve code by AI
2023-10-07 10:17:43 +02:00
Heiner Lohaus
3c2755bc72
Add ChatgptDuo and Aibn Provider
...
Add support for "nest_asyncio",
Reuse event_loops with event_loop_policy
Support for "create_async" with synchron provider
2023-09-26 10:03:37 +02:00
Heiner Lohaus
72c3ff7a25
AItianhuSpace Provider with GPT 4 added
...
Reduced chunksize to better text completion
2023-09-26 01:02:02 +02:00
Heiner Lohaus
a3ecabb00e
Improve Vercel Provider:
...
- Fix endless loop
- Add proxy, async support
- Add default model
Fix HuggingChat Provider
2023-09-23 11:42:30 +02:00
Heiner Lohaus
951a1332a7
Fix create_event_loop function
...
Add PerplexityAi Provider
2023-09-20 23:06:52 +02:00
Heiner Lohaus
f90741c10b
Improve code style in async support
2023-09-20 17:31:25 +02:00
Heiner Lohaus
587f4ad2c9
Add "create_event_loop" helper
2023-09-20 15:01:33 +02:00
Heiner Lohaus
55577031d5
Add check_running_loop requirement
...
Add create_async function in ChatCompletion
Use SelectorEventLoop on windows
2023-09-20 14:52:50 +02:00
Heiner Lohaus
3b8dfff974
Improve event loop
2023-09-18 07:15:43 +02:00
Tekky
78bfbe717d
Revert "Fix type hint"
2023-09-17 22:23:54 +01:00
MIDORIBIN
c6f2277906
fix typo: provider -> Provider
2023-09-16 10:36:47 +09:00
Heiner Lohaus
5ca47b44b2
Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider
2023-09-05 17:27:24 +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
Heiner Lohaus
126496d3ca
Add OpenaiChat and Hugchat Provider
...
Add tests for providers with auth
Improve async support / 2x faster
Shared get_cookies by domain function
2023-08-25 06:41:32 +02:00
abc
882910c1d5
~ | major refractoring + new providers | v0.0.2.0
...
g4f.Provider.FastGpt & g4f.Provider.Equing
gpt-3.5-turbo-0613
2023-08-17 15:31:01 +02:00
MIDORIBIN
f6ef3cb223
refactor: refactor provider
2023-08-14 11:46:32 +09:00