fix: miss openaiCustomUrl in get-models payload
This commit is contained in:
@@ -7,6 +7,7 @@ interface FormContextProps {
|
||||
action: PageActionType;
|
||||
currentData?: any;
|
||||
id?: number;
|
||||
getCustomConfig?: () => Record<string, any>;
|
||||
}
|
||||
|
||||
const FormContext = createContext<FormContextProps>({} as FormContextProps);
|
||||
|
||||
Reference in New Issue
Block a user