Zayatsoff / gpt3-sandbox

The goal is to create a webapp with simple and intuitive UI able to answer high school discussion questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of bkane1's gpt3-sandbox recreated in StreamLit

The goal is to create a model able to answer high school discussion questions.

So far so good.

How to use

  1. Install requirements.txt
  2. Create config.py in the root folder.
  3. The only line you need in there is api_key = "[KEY]".
  4. Replace [KEY] with your OpenAi API key.
  5. Enter streamlit run ./streamlit_main.py into your console.

About

The goal is to create a webapp with simple and intuitive UI able to answer high school discussion questions.

License:MIT License


Languages

Language:Python 100.0%