add the budget to the models on the provider

This commit is contained in:
Owen
2026-08-10 15:09:39 -04:00
parent e76377d3c7
commit e012063f5b
3 changed files with 76 additions and 22 deletions
@@ -235,6 +235,7 @@ export default function AiProviderModelsPage() {
<div className="space-y-2">
<Label>{t("aiProviderModelsAllow")}</Label>
<AiProviderModelListEditor
orgId={provider.orgId}
listType="allow"
items={allowItems}
onChange={setAllowItems}
@@ -254,6 +255,7 @@ export default function AiProviderModelsPage() {
<div className="space-y-2">
<Label>{t("aiProviderModelsBlock")}</Label>
<AiProviderModelListEditor
orgId={provider.orgId}
listType="block"
items={blockItems}
onChange={setBlockItems}