免费开源
📊 办公自动化
免费开源
LibreChat AI Agent项目
增强版ChatGPT克隆:支持Agent、MCP、Skills、DeepSeek、Anthropic、AWS、OpenAI、Responses API、Azure、Groq、o1、GPT-5、Mistral、OpenRouter、Vertex AI、Gemini、Artifacts、AI模型切换、消息搜索、Code Interpreter、langchain、DALL-E-3、OpenAPI Actions、Functions、安全多用户认证、预设,开源可自托管。活跃。
⭐ Star44895
🍴 Fork9200
👁 浏览101
📅 更新2026-09-24
📜 协议MIT License
🎯 核心功能
- 智能对话交互
- 任务规划与分解
- 工具调用能力
- 多轮对话记忆
- 可扩展插件系统
🚀 部署教程
# LibreChat AI Agent项目 部署教程
## 环境要求
- Python 3.9+ / Node.js 18+
- 大模型 API Key(OpenAI / DeepSeek / 通义千问等)
## 快速开始
```bash
git clone https://github.com/LibreChat-AI/LibreChat
cd LibreChat AI Agent项目
pip install -r requirements.txt
# 或 npm install
```
## 配置
复制 .env.example 为 .env,填入大模型 API Key 和相关配置。
## 启动
```bash
python main.py
# 或 npm start
```
## 更多信息
访问项目主页获取完整文档:https://github.com/LibreChat-AI/LibreChat
💬 问题留言 (0条)
登录后可发表评论
⚠️ 常见报错与解决方案
## 常见报错及解决方案
### 1. API Key 未配置
**报错**: API key not found / Authentication failed
**解决**: 在 .env 文件中正确配置大模型 API Key
### 2. 依赖安装失败
**报错**: ModuleNotFoundError / No module named 'xxx'
**解决**: 确认 Python 版本,执行 pip install -r requirements.txt
### 3. 端口被占用
**报错**: Address already in use / Port 8000 already in use
**解决**: 修改配置文件中的端口号,或关闭占用端口的进程
### 4. 模型调用超时
**报错**: Timeout / Request timed out
**解决**: 检查网络连接,增加超时时间,或更换 API 端点
### 5. 内存不足
**报错**: Out of memory / Killed
**解决**: 减少并发数,使用更小的模型,或增加服务器内存
还没有留言,来发表第一条评论吧!