Skip to content

Commit 904ccf0

Browse files
committed
Add vlm feature flag
1 parent 96b0ec5 commit 904ccf0

5 files changed

Lines changed: 194 additions & 169 deletions

File tree

frontend/app/api/queries/useGetSettingsQuery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export interface Settings {
9191
localhost_url?: string;
9292
ingest_via_chat?: boolean;
9393
show_provider_ingest_settings?: boolean;
94+
show_vlm_settings?: boolean;
9495
local_vlm_models?: string[];
9596
show_shared_upload_toggle?: boolean;
9697
segment_write_key?: string;

0 commit comments

Comments
 (0)