added localhost_url to get settings query
This commit is contained in:
parent
66134703e7
commit
4f3bad9a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export interface Settings {
|
||||||
separator?: string;
|
separator?: string;
|
||||||
embeddingModel?: string;
|
embeddingModel?: string;
|
||||||
};
|
};
|
||||||
|
localhost_url?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const useGetSettingsQuery = (
|
export const useGetSettingsQuery = (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue