Skip to content

AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。 AingDesk is a simple and easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, internet search, and intelligent agents. It is still growing rapidly.

License

Notifications You must be signed in to change notification settings

DiaboloBE/AingDesk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AingDesk

简体中文

AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。

AingDesk is an easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, web search, and intelligent agents. It's rapidly growing and improving.

🚀 One-sentence Introduction

A user-friendly AI assistant software that supports local AI models, APIs, and knowledge base setup.

✅ Core Features

  • One-click deployment of local AI models and mainstream model APIs Local model

  • Local knowledge base Knowledge base

  • Intelligent agent creation Intelligent agent

  • Can be shared online for others to use Sharing

  • Supports web search Web search

  • Supports server-side deployment

  • Simultaneous conversations with multiple models in a single session (coming soon)

✨ Product Highlights

  • Simple and easy to use, beginner-friendly for AI newcomers

📥 Quick Installation

Client Version(MacOS, Windows)

Server Version

Docker Run

docker run -d \
  --name node \
  -v $(pwd)/data:/aingdesk/data \
  -v $(pwd)/uploads:/aingdesk/uploads \
  -v $(pwd)/logs:/aingdesk/logs \
  -p 7071:7071 \
  -w /aingdesk \
  aingdesk/aingdesk

Docker Compose

mkdir -p aingdesk
cd aingdesk
wget https://cnb.cool/aingdesk/AingDesk/-/git/raw/server/docker-compose.yml
# Run
docker compose up -d
# or
docker-compose up -d

Star History

Star History Chart

About

AingDesk是一款简单好用的AI助手,支持知识库、模型API、分享、联网搜索、智能体,它还在飞快成长中。 AingDesk is a simple and easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, internet search, and intelligent agents. It is still growing rapidly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.3%
  • Vue 21.8%
  • JavaScript 2.5%
  • Shell 1.7%
  • Other 0.7%