Skip to content

lpohren/chat-ai

Repository files navigation

Overview

This is a simple AI chat to experiment with OpenAI + Vercel SDK

The rest of the stack consists of: React, Tailwind, Next.js and Typescript.

My Skills

Screen.Recording.2023-08-09.at.20.16.03.mov

Getting Started

  1. Create a .env.local file in the root of your project and add your Open AI key under OPENAI_API_KEY.

    OPENAI_API_KEY="<your open ai key>"
  2. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  3. Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published