蚂蚁学Python-GPT课程的Linux环境配置

在你的 ~/.bash_profile 文件中,需要配置如下三个变量:


export OPENAI_API_KEY=sk-NsOM********************NujJSGEzJ7TcL
export MYGPT_USERCONFIG_FILEPATH="/root/userconfig.json"
export MYFLASK_UPLOAD_DIR=/root/myflask_user_dir

配置后,保存;

file

用这个命令可以打开看下是否配置成功:

cat ~/.bash_profile

然后,注意,请重启下新的终端,重新启动服务

Leave a Comment