chore: update /v1-openai to /v1 in playground test code

This commit is contained in:
jialin
2025-02-25 16:10:40 +08:00
parent e1959f74aa
commit 600f457bc2
7 changed files with 23 additions and 11 deletions
@@ -21,7 +21,7 @@ type AddModalProps = {
open: boolean;
source: string;
width?: string | number;
gpuOptions?: any[];
gpuOptions: any[];
onOk: (values: FormData) => void;
onCancel: () => void;
};