This repos contains the code to build and run a small chat app answering questions to swiss food and pulp fiction.
- Go to chat.znueni.app
- Click the 'lock'-button on the upper right
- Add your own OpenAI API key and press ok (will be stored in the localstorage of the browser)
- Start chatting!
- Node.js
- VS Code
- OpenAI API Key (paid account needed, see: https://platform.openai.com/)
- add an
.env
-file in theroot
-folder containing following content:
REACT_APP_OPENAI_API_KEY=[YOUR-OPENAI-API-KEY]
- install node.js dependencies with
npm install
- start the frontend with
npm start
- as soon the development server started, the website should open in an new browser tab