This is a Pynecone project using GPT-3 to create a legal Chatbot.
This project is in active development and not meant to be used as a product currently.
As I am experimenting with this (I have no idea what is the scope or the actual aim of this project), I am not accepting contributions actively.
You can send any feedback to me via email or toot at me.
- Clone this project
- Set up poetry environment (After installing poetry, run
poetry install
in the project directory.) - Ensure your OpenAI Key is in the environment variables (key: OPENAI_API_KEY)
pc init
to set up the project structure.- If necessary, copy the contents of pcconfig.py.example to pcconfig.py
pc run
to start a development backend and frontend server.