赞
踩
ChatPPT由chatgpt提供支持,它可以帮助您生成PPT/幻灯片。支持中英文输出。
https://github.com/huimi24/chatppt
下载 Conda 安装脚本,
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
运行安装脚本,
bash Miniconda3-latest-Linux-x86_64.sh
按提示操作。当提示是否初始化 Conda 时,输入 “yes”,
安装完成后,关闭当前终端并打开新终端,这将激活 Conda,
sudo su - root
更新 Conda 至最新版本,
conda update conda
conda create -n chatppt python==3.10.6 -y
conda activate chatppt
git clone --recursive https://github.com/huimi24/chatppt; cd chatppt
pip install -r requirements
python chatppt.py -t "什么是GPT" -k <your api key> -p 5 -l cn
完结!
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。