feat: qwen

This commit is contained in:
Dogtiti
2024-07-07 21:59:56 +08:00
parent 7218f13783
commit 9bdd37bb63
8 changed files with 493 additions and 1 deletions

View File

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