mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-14 06:51:28 +02:00
support allow list and blocklist
This commit is contained in:
@@ -497,8 +497,7 @@ export default function Page() {
|
||||
if (resourceType === "inference") {
|
||||
Object.assign(payload, {
|
||||
aiProviders: selectedProviders.map((provider) => ({
|
||||
providerId: parseInt(provider.id, 10),
|
||||
modelAccessMode: "catalog"
|
||||
providerId: parseInt(provider.id, 10)
|
||||
}))
|
||||
});
|
||||
} else if (resourceType === "ssh") {
|
||||
|
||||
Reference in New Issue
Block a user