chore: update util functions

This commit is contained in:
steven
2023-03-28 17:10:43 +08:00
parent 3e7dd33013
commit 55a2f99e2d
6 changed files with 19 additions and 10 deletions

View File

@ -1,4 +1,4 @@
import { openAIApiKey } from "@/utils/openai";
import { openAIApiKey } from "@/utils";
import { createParser, ParsedEvent, ReconnectInterval } from "eventsource-parser";
import { NextRequest } from "next/server";