题意:OpenAI API 返回错误:429 请求过多 问题背景:
I am trying to make a request to the openai API with the following code in express nodeJS:
我正在尝试使用以下 Express Node.js 代码向 OpenAI API 发送请求:
import …
<script setup lang"ts">
import dayjs from "dayjs";
import {Search} from "element-plus/icons-vue";
import {ElMessage} from "element-plus";
class SearchModel{startTime?: Date | stringendTime?: Date | stringcons…