Skip to content

Commit f5a08d2

Browse files
authored
Merge pull request #158 from zicochaos/feat/key-allowlists-logs
Add key access allowlists and improve logs filtering
2 parents 5c98c76 + df920bb commit f5a08d2

30 files changed

Lines changed: 5652 additions & 38 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE `api_keys` ADD `allowed_models` text;--> statement-breakpoint
2+
ALTER TABLE `api_keys` ADD `allowed_providers` text;

0 commit comments

Comments
 (0)