mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
feat: configure auth channel mismatch formats
This commit is contained in:
@@ -470,6 +470,7 @@ CREATE TABLE IF NOT EXISTS public.provider_api_keys (
|
||||
note character varying(500),
|
||||
internal_priority integer DEFAULT 50,
|
||||
rpm_limit integer,
|
||||
concurrent_limit integer,
|
||||
allowed_models json,
|
||||
capabilities json,
|
||||
learned_rpm_limit integer,
|
||||
@@ -497,6 +498,7 @@ CREATE TABLE IF NOT EXISTS public.provider_api_keys (
|
||||
provider_id character varying(36) NOT NULL,
|
||||
api_formats json,
|
||||
auth_type_by_format json,
|
||||
allow_auth_channel_mismatch_formats json,
|
||||
rate_multipliers json,
|
||||
health_by_format jsonb,
|
||||
circuit_breaker_by_format jsonb,
|
||||
|
||||
Reference in New Issue
Block a user