mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-12 15:30:53 +02:00
add basic crud for ai budgets
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ export enum OpenAPITags {
|
||||
PublicResourceLegacy = "Public Resource (Legacy)",
|
||||
PrivateResourceLegacy = "Private Resource (Legacy)",
|
||||
AiProvider = "AI Provider",
|
||||
AiModel = "AI Model"
|
||||
AiModel = "AI Model",
|
||||
AiBudget = "AI Budget"
|
||||
}
|
||||
|
||||
// Order here controls the order tags are displayed in Swagger UI
|
||||
|
||||
Reference in New Issue
Block a user