[refactor] rename ChatResponse.

This commit is contained in:
peanut996
2023-04-11 12:06:12 +08:00
parent 9f92968b96
commit a1c709bb58
2 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ import type {
} from "openai";
export type ChatRequest = CreateChatCompletionRequest;
export type ChatReponse = CreateChatCompletionResponse;
export type ChatResponse = CreateChatCompletionResponse;