Skip to content

tarasgor-allegro/chatGPTTesting

Repository files navigation

Q&A like chat based on you documentation

Currently, I have used Embeddings API

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

If you have any errors with pip, try the following:

$ pip install --upgrade pip
$ pip install --upgrade setuptools

For using jupyter notebook:

   $ pip install notebook
   $ jupyter notebook

And open correct notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published