A minimalistic AI-powered search engine that helps you find information on the internet.
To run the example locally you need to:
- 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.
- Obtain API keys for each provider.
- Set the required environment variables as shown in the
.env.example
file, but in a new file called.env.local
. pnpm install
to install the required dependencies.pnpm dev
to launch the development server.
This project is licensed under the MIT License - see the LICENSE file for details.