Skip to content

Commit 1445ac9

Browse files
add readme
1 parent 922288a commit 1445ac9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AI-Chat-Gui
2+
基于Pypi Openai库和Pyside6的简易ai聊天界面,由DeepseekV3.2和GLM-5共同编写
3+
4+
## 使用方式
5+
#### 克隆这个仓库
6+
```bash
7+
git clone https://github.com/TerryTian-tech/ai-chat-gui.git
8+
cd ai-chat-gui
9+
```
10+
#### 安装依赖(使用pip)
11+
```bash
12+
pip install openai pyside6
13+
```
14+
15+
#### 运行程序
16+
```bash
17+
python AIChat-0.3.py

0 commit comments

Comments
 (0)