Skip to content

Releases: xtekky/gpt4free

g4f v-0.1.4.5

02 Oct 16:58
Compare
Choose a tag to compare
pip install -U g4f

What's Changed

New Contributors

Full Changelog: 0.1.4.3...0.1.4.5

g4f v-0.1.4.3

02 Oct 10:23
Compare
Choose a tag to compare
pip install -U g4f

What's Changed

New Contributors

Full Changelog: 0.1.4.2...0.1.4.3

g4f v-0.1.4.2

01 Oct 02:38
Compare
Choose a tag to compare
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

Full Changelog: 0.1.3...0.1.4.2

g4f v-0.1.3

25 Sep 23:27
Compare
Choose a tag to compare

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

Full Changelog: 0.0.3.4...0.1.3.5

g4f v-0.0.3.4

24 Sep 19:40
355295b
Compare
Choose a tag to compare

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

Full Changelog: 0.0.3.0...0.0.3.4

g4f v-0.0.3.1

22 Sep 19:46
Compare
Choose a tag to compare

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

Contributors

Full Changelog: 0.0.3.0...0.0.3-1

g4f v-0.0.3.0

17 Sep 21:41
Compare
Choose a tag to compare

minor improvements and improved stability for gpt-3.5-turbo model

pip install -U g4f 

https://pypi.org/project/g4f/0.0.3.0

g4f v-0.0.2.9

12 Sep 20:26
Compare
Choose a tag to compare

New providers & minor improvements.

pip install -U g4f 

https://pypi.org/project/g4f/0.0.2.9

g4f v-0.0.2.8

11 Sep 11:38
Compare
Choose a tag to compare

Bug fixes & minor improvements.

pip install -U g4f 

https://pypi.org/project/g4f/0.0.2.8

g4f v-0.0.2.7

07 Sep 17:54
7ca1a59
Compare
Choose a tag to compare

Bug fixes & minor improvements.

pip install -U g4f

https://pypi.org/project/g4f/0.0.2.7