mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-14 08:19:51 +02:00
add the budget to the models on the provider
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user