Skip to content

A simpel chat application based on ChatGPT-API with predefined and customizable primings for better responses.

License

Notifications You must be signed in to change notification settings

elektrolytmangel/chat-znueni-app

Repository files navigation

chat.znueni.app

This repos contains the code to build and run a small chat app answering questions to swiss food and pulp fiction.

Try it out!

  1. Go to chat.znueni.app
  2. Click the 'lock'-button on the upper right
  3. Add your own OpenAI API key and press ok (will be stored in the localstorage of the browser)
  4. Start chatting!

example response Example of a chat response.

Getting started!

Prerequisites

Start App

  • add an .env-file in the root-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

About

A simpel chat application based on ChatGPT-API with predefined and customizable primings for better responses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published