Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 1.99 KB

README.md

File metadata and controls

80 lines (52 loc) · 1.99 KB

💬 Exa & Deepseek R1 Chat App

Powered by Exa - The Web Search API

Screenshot


🎯 What is Exa & Deepseek Chat App?

Exa & Deepseek Chat App is a free and open-source chat app that uses Exa's API for web search and Deepseek R1 LLM for reasoning.

This app provides a cool and simple chat experience which you can clone and build upon.


💻 Tech Stack


🚀 Getting Started

Prerequisites

  • Node.js
  • Exa API key
  • Fireworks AI API key (For Deepseek R1)

Installation

  1. Clone the repository
git clone https://github.com/exa-labs/exa-deepseek-chat.git
cd exa-deepseek-chat
  1. Install dependencies
npm install
  1. Set up environment variables (for Exa and Fireworks)

  2. Run the development server

npm run dev
  1. Open http://localhost:3000/deepseekchat in your browser

🔑 API Keys & Environment Setup

Required API Keys


⭐ About Exa

This project is powered by Exa.ai, a web search API designed specifically for AI applications. Exa provides:

  • Quickly finds up-to-date information from the web
  • Improves the accuracy of answers by real-time web search
  • Uses high reasoning LLM to provide accurate answers

Try the New Exa Websets



Built with ❤️ by the Exa team