fix typescript error

This commit is contained in:
lloydzhou
2024-08-02 18:50:48 +08:00
parent 1c24ca58c7
commit 46cb48023e
5 changed files with 14 additions and 5 deletions

View File

@@ -7,3 +7,5 @@ export interface RequestMessage {
role: MessageRole;
content: string;
}
export type DalleSize = "1024x1024" | "1792x1024" | "1024x1792";