Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.03 KB

BrowseGPT

BrowseGPT is a chat interface that allows you to search the web and get answers to your questions. It is built with Vercel AI SDK and Browserbase.

BrowseGPT Demo

Getting Started

  1. Clone the repository
  2. Add environment variables (see .env.template)
  3. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Vercel AI SDK and Browserbase, take a look at the following resources:

  • Vercel AI SDK - learn about Vercel AI SDK features and API.
  • Browserbase - offers a reliable, high performance serverless developer platform to run, manage, and monitor headless browsers at scale.