Commit Graph

1044 Commits

Author SHA1 Message Date
hcrypt 01ae5c4280
update dockerfile
expose relevant port in dockerfile
2023-09-22 17:39:59 +05:30
Heiner Lohaus e9f96ced9c Add RetryProvider 2023-09-21 20:10:59 +02:00
Tekky a76055652b
~ 2023-09-20 23:53:21 +01: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
chatgpt-tricks ce1bf62ac3
import AutoTokenizer in app.py
import AutoTokenizer in app.py, because I forgot to
2023-09-20 15:31:37 +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 82bd6f9180 Cache "snlm0e" in Bard
Improve error handling in ChatgptLogin
Fix async example in readme
2023-09-20 06:12:34 +02:00
tony 6c18bb081f add model config : gpt_35_turbo_0613 2023-09-20 11:25:54 +08:00
tony 9ed50de677 dd model config : gpt_35_turbo_0613 2023-09-20 11:23:04 +08:00
tony 980aee9398 add model config : gpt_35_turbo_0613 2023-09-20 11:17:49 +08:00
tony fa80db85ca add model config : gpt_35_turbo_0613 2023-09-20 11:16:42 +08:00
tony 4772b830d1 add model config : gpt_35_turbo_0613 2023-09-20 11:09:06 +08:00
tony 8b5e0fd261 add model config : gpt_35_turbo_0613 2023-09-20 11:08:11 +08:00
tony 7e2d51221d add model config : gpt_35_turbo_0613 2023-09-20 11:00:19 +08:00
chatgpt-tricks 9685db9ecd
Update README.md 2023-09-19 20:00:59 +02:00
chatgpt-tricks 98d40aa39e
Update README.md 2023-09-19 19:59:50 +02:00
chatgpt-tricks a6b70cf6cc
Update README.md 2023-09-19 19:59:18 +02:00
chatgpt-tricks f11d854c29
Update README.md 2023-09-19 19:58:25 +02:00
chatgpt-tricks c75372e999
Update README.md 2023-09-19 19:57:53 +02:00
chatgpt-tricks 596e1d899f
Adding embedding support using huggingface to app.py 2023-09-19 19:43:04 +02:00
Tekky c5691c5993
~ | Merge pull request #917 from Jasonnor/patch-1
~ |Documentation: specify Python version 3.10 requirement in `README.md` (#723)
2023-09-19 18:37:12 +01:00
Jason Wu ae3b5f628d
docs: specify Python version 3.10 requirement (#723)
According to related issues (#720, #871, #823, etc.), the Python version requirement should be specified as 3.10.
2023-09-19 09:59:33 +08:00
Tekky a54291cb7c
~ | Merge pull request #914 from hlohaus/lesh
~ | Add GptGo Provider, Fix AItianhu Provider
2023-09-18 23:54:28 +01:00
abc ac33151be6 Merge branch 'main' of https://github.com/xtekky/gpt4free 2023-09-18 23:52:41 +01:00
abc e1a2c922b6 Merge branch 'main' of https://github.com/xtekky/gpt4free 2023-09-18 23:52:19 +01:00
Tekky 2fd0297dc1
~ | Merge pull request #912 from Yusufibin/patch-1
~
2023-09-18 23:51:42 +01:00
abc bae9c432db ~ 2023-09-18 23:50:47 +01:00
abc 523efd418d ~ 2023-09-18 23:49:08 +01:00
Heiner Lohaus 78bee08527 Check supports_stream in best_providers list 2023-09-18 15:27:36 +02:00
Heiner Lohaus 3b8dfff974 Improve event loop 2023-09-18 07:15:43 +02:00
Heiner Lohaus e8d7bcd045 Add GptGo Provider, Fix AItianhu Provider 2023-09-18 03:21:12 +02:00
Yusuf 87385b7f1b
Update README.md
Correction.
2023-09-17 23:02:10 +01:00
Tekky f3991a944a
~ 2023-09-17 22:52:11 +01:00
Tekky 73ec30a3f0
~ 2023-09-17 22:51:22 +01:00
abc be88ed7327 ~ | v.0.0.3.0 - improved stability with gpt-3.5-turbo 2023-09-17 22:39:56 +01:00
abc a551922311 ~ 2023-09-17 22:38:55 +01:00
abc 64b1583a03 ~ | improved stability with gpt-3.5-turbo
improved stability with gpt-3.5-turbo
2023-09-17 22:37:14 +01:00
abc 8f48c41562 ~ 2023-09-17 22:27:48 +01:00
abc 54f4f3904e Merge branch 'main' of https://github.com/xtekky/gpt4free 2023-09-17 22:24:22 +01:00
abc f34012a98b Update __init__.py 2023-09-17 22:24:15 +01:00
Tekky a1d000ea3b
Merge pull request #911 from xtekky/revert-907-fix-type-hint
Revert "Fix type hint"
2023-09-17 22:24:04 +01:00
Tekky 78bfbe717d
Revert "Fix type hint" 2023-09-17 22:23:54 +01:00
Tekky 489748892b
~ | Merge pull request #907 from MIDORIBIN/fix-type-hint
~ | Fix type hint
2023-09-17 22:22:07 +01:00
Tekky f335062dcd
. 2023-09-17 22:21:09 +01:00
MIDORIBIN c6f2277906 fix typo: provider -> Provider 2023-09-16 10:36:47 +09:00
MIDORIBIN 51cfcde2b3 fix type hint 2023-09-16 10:33:03 +09:00
abc ac581361da ~ 2023-09-12 22:16:31 +01:00
abc 261e14fa5b ~ | v.0.0.2.9 - new providers 2023-09-12 21:25:11 +01:00