chore: update /v1-openai to /v1 in playground test code
This commit is contained in:
@@ -21,7 +21,7 @@ type AddModalProps = {
|
||||
open: boolean;
|
||||
source: string;
|
||||
width?: string | number;
|
||||
gpuOptions?: any[];
|
||||
gpuOptions: any[];
|
||||
onOk: (values: FormData) => void;
|
||||
onCancel: () => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user