# creative-ac-pro
**Repository Path**: neo163/creative-ac-pro
## Basic Information
- **Project Name**: creative-ac-pro
- **Description**: AI CMS,以AI为主的内容管理系统,当前是官方项目版。
QQ群:545997586
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://creative.chat
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-05-11
- **Last Updated**: 2024-12-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Creative AC Pro
Creative AC Pro Project
创意AI官网:https://creative.chat/
## Install Python:
https://www.python.org/downloads/release/python-3913/
Python 3.9.13
## Install require packages
```
pip install -r requirements.txt
```
## Run Project
Go to the location of Project
```
python main.py
```
Or
```
uvicorn main:app --reload --port 1888
```
## 项目效果预览图
## AI系统配套前端项目
Creative AC Pro Web: https://gitee.com/neo163/creative-ac-pro-web
Creative AC Pro Web 目前功能有:
1. LLM聊天对话功能
2. Markdown格式展示LLM聊天对话
3. LLM上下文记忆
4. 流式输出LLM回复内容
5. LLM回复过程中,禁止用户再次发送问题
6. RAG功能