conda activate chatglm3
cd openai_api_demo
python openai_api.py
启动ok,然后内网映射后
anaconda启动jupyter
!pip install openai1.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple/
"""
This script is an example of using the OpenAI …
镜像的生成过程 Docker镜像的构建过程,大量应用了镜像间的父子关系。即下层镜像是作为上层镜像的父镜像出现的,下层镜像是作为上层镜像的输入出现。上层镜像是在下层镜像的基础之上变化而来。 FROM centos:7 FROM指令是Dockerfile中唯一不可缺少的命令&a…