Sum, a powerful tool for enhancing your articles with the help of ChatGPT.
Developed in collaboration with NRK and VG during an innovation day event.
Start Page | Result Page |
---|---|
First, install the dependencies:
npm install
Next, configure the environment variables. Refer to the section below for details.
After setting up the environment variables, run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the result.
Create a .env
file in the root of the project and add the following environment variables:
OPENAI_API_KEY="" # Obtain this from OpenAI
OPENAI_GPT_MODEL="" # Specify the model to use (if not provided, the gpt-3.5-turbo model will be used by default)
Contributions are welcome! Jusy submit a pull request with your changes 🚀
If you want to contribute, but don't know how to code, please create an issue with your idea, and we'll see what we can do.