Skip to content

humanloop/hl-chatgpt-clone-typescript

Repository files navigation

This is the complete source code repository for the Humanloop ChatGPT-clone tutorial.

Getting Started

Clone the repository and run npm i to install dependencies.

Add a .env.local file at the root of the project and include your Humanloop API key:

HUMANLOOP_API_KEY=...

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the result.

Learn More

To learn more about using Humanloop, check out the tutorials and guides in our documentation.

To learn more about Next.js, take a look at the following resources:

About

Repo for ChatGPT clone tutorial in Next.js using Humanloop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published