Releases: xtekky/gpt4free
Releases · xtekky/gpt4free
g4f v-0.1.4.5
pip install -U g4f
What's Changed
- Add Phind Provider by @hlohaus in #972
- feat: allow to add custom header to deepai by @Giancarlo-Ma in #971
New Contributors
- @Giancarlo-Ma made their first contribution in #971
Full Changelog: 0.1.4.3...0.1.4.5
g4f v-0.1.4.3
g4f v-0.1.4.2
pip install -U g4f
What's Changed
- fixed bug: ImportError: cannot import name 'Request' from 'curl_cffi.… by @yym68686 in #947
- Fix Aivvm and add new models in models.py by @Commenter123321 in #954
New Contributors
- @yym68686 made their first contribution in #947
- @Commenter123321 made their first contribution in #954
Full Changelog: 0.1.3...0.1.4.2
g4f v-0.1.3
pypi: https://pypi.org/project/g4f/0.1.3.5
pip install -U g4f
Stable GPT-4 with 3 providers !!
import g4f
response = g4f.ChatCompletion.create(model="gpt-4", stream=True,
messages=[{"role": "user", "content": "If there are 10 birds on a tree and I shoot one, how many are left"}])
gpt_4 = Model(
name = 'gpt-4',
base_provider = 'openai',
best_provider = RetryProvider([
Aivvm, Myshell, AItianhuSpace,
])
)
What's Changed
- Add Myshell Provider by @hlohaus in #940
- AItianhuSpace Provider with GPT 4 added by @hlohaus in #941
Full Changelog: 0.0.3.4...0.1.3.5
g4f v-0.0.3.4
Install the latest pip-version:
pip install -U g4f
https://pypi.org/project/g4f/0.0.3.4
What's Changed
- Update README.md by @Yusufibin in #912
- Add GptGo Provider, Fix AItianhu Provider by @hlohaus in #914
- Documentation: specify Python version 3.10 requirement in
README.md
(#723) by @Jasonnor in #917 - Adding embedding support to the interference proxy by @chatgpt-tricks in #920
- added model config : gpt-3.5-turbo-0613 by @nne998 in #923
- Fix async example in readme by @hlohaus in #924
- update dockerfile by @thebigbone in #930
- Improve Vercel Provider: by @hlohaus in #933
- Fix: Aivvm: KeyError: '' by @hlohaus in #934
- #935 [Docker] ModuleNotFoundError: No module named 'transformers' and 'PyExecJS' by @r1di in #936
New Contributors
- @Yusufibin made their first contribution in #912
- @Jasonnor made their first contribution in #917
- @chatgpt-tricks made their first contribution in #920
- @nne998 made their first contribution in #923
- @r1di made their first contribution in #936
Full Changelog: 0.0.3.0...0.0.3.4
g4f v-0.0.3.1
Update Summary:
- gpt-3.5-turbo-0613 model
- improved stability with automatic Provider rotation when not set
- improved async
- general bug fixes and little improvements
Install the latest pip-version:
pip install -U g4f
https://pypi.org/project/g4f/0.0.3.1
Updates
- Update README.md by @Yusufibin in #912
- Add GptGo Provider, Fix AItianhu Provider by @hlohaus in #914
- Documentation: specify Python version 3.10 requirement in
README.md
(#723) by @Jasonnor in #917 - Adding embedding support to the interference proxy by @chatgpt-tricks in #920
- added model config : gpt-3.5-turbo-0613 by @nne998 in #923
- Fix async example in readme by @hlohaus in #924
- update dockerfile by @thebigbone in #930
Contributors
- @Yusufibin made their first contribution in #912
- @Jasonnor made their first contribution in #917
- @chatgpt-tricks made their first contribution in #920
- @nne998 made their first contribution in #923
Full Changelog: 0.0.3.0...0.0.3-1
g4f v-0.0.3.0
minor improvements and improved stability for gpt-3.5-turbo model
pip install -U g4f