miniperplx/README.md
2024-08-07 19:07:39 +05:30

870 B

MiniPerplx

MiniPerplx

A minimalistic AI-powered search engine that helps you find information on the internet.

Deploy your own

Deploy with Vercel

To run the example locally you need to:

  1. Sign up for accounts with the AI providers you want to use. OpenAI and Anthropic are required, Tavily is required for the web search feature.
  2. Obtain API keys for each provider.
  3. Set the required environment variables as shown in the .env.example file, but in a new file called .env.local.
  4. pnpm install to install the required dependencies.
  5. pnpm dev to launch the development server.