Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 989 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 989 Bytes

AI 聊天助手

这是一个基于 Next.js 和 DeepSeek API 构建的 AI 聊天助手应用。

功能特点

  • 实时 AI 对话:与 AI 助手进行自然语言交流
  • 响应式设计:适配各种设备屏幕
  • Markdown 支持:AI 回复支持 Markdown 格式,包括代码高亮
  • 简洁用户界面:模仿 ChatGPT 的界面风格

快速开始

  1. 克隆仓库:

    git clone https://github.com/your-username/ai-chat-assistant.git
    
  2. 安装依赖:

    cd ai-chat-assistant
    npm install
    
  3. 配置环境变量: 创建 .env.local 文件并添加您的 DeepSeek API 密钥:

    DEEPSEEK_API_KEY=your_api_key_here
    
  4. 运行开发服务器:

    npm run dev
    
  5. 在浏览器中打开 http://localhost:3000 查看应用。

技术栈

  • Next.js
  • React
  • Tailwind CSS
  • DeepSeek API

贡献

欢迎提交 issues 和 pull requests 来改进这个项目。

许可证

MIT