Jon/model name massage (#2559)

This commit is contained in:
Shuchang Zheng
2025-05-31 19:34:30 -07:00
committed by GitHub
parent b4d5837196
commit 2167d88c20
11 changed files with 67 additions and 60 deletions

View File

@@ -393,7 +393,7 @@ export type CreditCardCredential = {
};
export type ModelsResponse = {
models: string[];
models: Record<string, string>;
};
export const RunEngine = {