Skip to content

A simple LLM-powered app that collect information about user's company

Notifications You must be signed in to change notification settings

chimplie/what-if

Repository files navigation

What If?

A simple LLM-powered app that collect information about user's company by having a friendly conversation about the company future.

Prerequisites

  • Node.js version >=16
  • OpenAI API key

Installation

Install dependencies

npm install

Create .env file from template if not exist or review its contents

cp -n .env.template .env

Note!

For simplicity, we've marked unsecure parameters with ~~~ChangeMe!~~~ and those which requires setting with ~~~WON'T__WORK!!!~~~.

Run development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Deployment

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Useful Links

About

A simple LLM-powered app that collect information about user's company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published