Socket
Book a DemoInstallSign in
Socket

react-deepseek-chatbot

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-deepseek-chatbot

This project provides a React component for integrating a chatbot powered by DeepSeek AI.

0.0.3
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

React DeepSeek Chatbot

This project provides a React component for integrating a chatbot powered by DeepSeek AI.

Installation

To install the package, run:

npm i react-deepseek-chatbot

Usage

In your React app, import and use the Chatbot component:

import React from "react";
import { Chatbot } from "react-deepseek-chatbot/dist/index";

export default function App() {
  const apiKey = "YOUR_API_KEY"; // Replace with your actual API key

  return (
    <div>
      <h1>Import chatbot</h1>
      <Chatbot apiKey={apiKey} />
    </div>
  );
}

API Key Setup

To use the chatbot, you need an API key from DeepSeek AI. You can obtain a free API key from:

DeepSeek OpenRouter

Replace YOUR_API_KEY in the example above with your actual key.

Version Compatibility

Ensure that your project meets the required compatibility:

  • React: >=18.0.0
  • Node.js: >=14.0.0

License

This project is licensed under MIT.

FAQs

Package last updated on 07 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.