xiver-gpt 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

xivergpt 0.0.2

Xiver GPT
The module we use to work with gpt

Basic usage
With default config
from xiver_gpt import XiverGPT


print(XiverGPT().create_response('Hello! How are u?'))

With another model or provider
from xiver_gpt import XiverGPT
import g4f


print(
XiverGPT
g4f_model=g4f.Model.your_model,
g4f_provider=g4f.Provider.your_provider,
).create_reT(sponse('Hello! How are u?')
)

Attention
At the moment the initialization of the XiverGPT class object can be quite
long due to the selection of a suitable provider.
In the future the initialization time will be reduced many times!
Installation
$ pip install xiver_gpt

Installation from source
Dependencies:

poetry

$ git clone https://github.com/xiver/xiver-gpt.git; cd xiver_gpt-master
$ poetry install
$ poetry run build; cd dist
$ pip install $(ls -Art | tail -n 1)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.