This commit is contained in:
GH Action - Upstream Sync
2024-07-10 00:51:03 +00:00
23 changed files with 1881 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ export interface OpenAIListModelResponse {
}>;
}
interface RequestPayload {
export interface RequestPayload {
messages: {
role: "system" | "user" | "assistant";
content: string | MultimodalContent[];