fix moderation key handling and key UI
This commit is contained in:
@@ -80,6 +80,8 @@ export interface UpdateContentModerationConfig {
|
||||
model?: string
|
||||
api_key?: string
|
||||
api_keys?: string[]
|
||||
api_keys_mode?: 'append' | 'replace'
|
||||
delete_api_key_hashes?: string[]
|
||||
clear_api_key?: boolean
|
||||
timeout_ms?: number
|
||||
sample_rate?: number
|
||||
|
||||
Reference in New Issue
Block a user