Skip to content

lbs-luis/AiChat

Repository files navigation

🤗Hugging Face Chat

using Vercel AI SDK, Nextjs and Node data streaming

image

how to use

First creat an .env.local file and inside that create the variable below

HUGGINGFACE_API_KEY="|____Your_Key____|"

Inside the the .env.local file put your hugging face key in HUGGINGFACE_API_KEY you can generate one here
and here is the oficial documentation about this

The project use pNPM as the main package mananger
so that is how you run the project

pnpm dev