feat: implement Hybrid AI architecture for admin norm builder
This commit is contained in:
@@ -8,6 +8,9 @@ interface AdminPanelProps {
|
||||
provider: AIProvider;
|
||||
model: string;
|
||||
endpoint?: string;
|
||||
adminApiKey: string;
|
||||
adminModel: string;
|
||||
onAdminConfigSave: (key: string, model: string) => void;
|
||||
}
|
||||
|
||||
export const AdminPanel: React.FC<AdminPanelProps> = (props) => {
|
||||
|
||||
Reference in New Issue
Block a user