mirror of
https://github.com/Kakune55/PyGetGPT.git
synced 2025-05-06 18:29:24 +08:00
更新 README.md
This commit is contained in:
parent
9837a91e65
commit
50445d8af3
14
README.md
14
README.md
@ -1,3 +1,17 @@
|
|||||||
# PyGetGPT
|
# PyGetGPT
|
||||||
使用python构建的简易语言模型api调用系统
|
使用python构建的简易语言模型api调用系统
|
||||||
使用web页面作为GUI易于部署
|
使用web页面作为GUI易于部署
|
||||||
|
---
|
||||||
|
## 使用的外部库
|
||||||
|
- flask
|
||||||
|
- flask_cors
|
||||||
|
- zhipuai
|
||||||
|
- pymysql
|
||||||
|
- requests
|
||||||
|
- openai
|
||||||
|
|
||||||
|
## 使用pip安装依赖
|
||||||
|
~~~ bash
|
||||||
|
pip install pymysql requests flask zhipuai openai
|
||||||
|
pip install pymysql requests flask zhipuai openai -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user