Nginx 代理 openai api
2023-7-4
| 2024-9-29
0  |  Read Time 0 min
type
status
date
slug
summary
tags
category
icon
password

安装 Nginx

ubuntu: sudo apt install nginx
 

配置 Openai 反向代理

在目录 /etc/nginx/conf.d 下创建文件 openai.conf
/etc/nginx/conf.d/openai.conf
重启 nginx 服务: sudo systemctl reload nginx
 

使用 Openai Api 接口

 
  • nginx
  • openai
  • Python 异步更新 mysql 数据库 (asyncio + aiomysql)TiDB-Lightning 基础使用
    Loading...