DeepChat is a versatile AI assistant designed to bridge the gap between powerful AI models and your personal world. It supports multiple cloud services and local model deployments, enabling seamless interaction with AI technologies. Whether you're a developer, researcher, or casual user, DeepChat offers a user-friendly interface to harness the power of AI.
DeepChat integrates with a wide range of AI model providers, including:
DeepChat is designed for easy setup and customization. Hereโs how you can get started:
$ npm install
$ npm run installRuntime
# For Windows x64
$ npm install --cpu=x64 --os=win32 sharp
# For Mac Apple Silicon
$ npm install --cpu=arm64 --os=darwin sharp
# For Mac Intel
$ npm install --cpu=x64 --os=darwin sharp
# For Linux x64
$ npm install --cpu=x64 --os=linux sharp
$ npm run dev
# For Windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
# Specify architecture packaging
$ npm run build:win:x64
$ npm run build:win:arm64
$ npm run build:mac:x64
$ npm run build:mac:arm64
$ npm run build:linux:x64
$ npm run build:linux:arm64
DeepChatโs intuitive interface allows users to:
- Engage in multi-channel conversations.
- Render complex Markdown and code snippets.
- Manage local AI models with Ollama.
- Customize search engines for tailored results.
- Backup and restore chat data locally.
For those interested in contributing to DeepChat, please refer to the Contribution Guidelines. The project is actively maintained, and contributions are welcome.
DeepChat is licensed under the Apache-2.0 license.
DeepChat is developed by ThinkInAIXYZ, aiming to connect powerful AI with your personal world. For more information, visit deepchat.thinkinai.xyz.
Thank you to all contributors who have helped shape DeepChat. For a full list of contributors, visit the Contributors Page.