Skip to content

olehchenusha/Nifty-Bridge-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nifty-Bridge-AI

This app is an AI assistant that answers questions related to the Terms of Service.

Quick Start

python3 -m venv .venv
source .venv/bin/activate
pip install --requirement requirements.txt

.env

API_KEY=
OPENAI_API_KEY=

Launch

To start the application you need to generate an API key

python3 utils.py

Then copy the key and paste it into the API_KEY variable in the .env After that we start the server for the API

uvicorn api:app --reload

Use /send endpoint to send question to the bot. Documentation is available on /docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages