added localhost_url to get settings query

This commit is contained in:
Lucas Oliveira 2025-09-30 15:46:17 -03:00
parent 66134703e7
commit 4f3bad9a9d

View file

@ -35,6 +35,7 @@ export interface Settings {
separator?: string;
embeddingModel?: string;
};
localhost_url?: string;
}
export const useGetSettingsQuery = (