Skip to content

MRPRESIDENT66/DeepSeekApi-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSeek API Connector

A Vue 3 frontend demo for calling the DeepSeek chat API directly from the browser.

Requirements

  • Node.js 18+
  • pnpm (recommended)

Install

pnpm install

Configure API Key

Create a .env.local file in the project root:

VUE_APP_DEEPSEEK_API_KEY=your_deepseek_api_key

The app reads this value from process.env.VUE_APP_DEEPSEEK_API_KEY.

Run in Development

pnpm serve

Build for Production

pnpm build

About

A web application that connects to the DeepSeek API. Users can enter questions on the page, and the system generates and displays answers through the DeepSeek model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors