mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
fix: build issues
This commit is contained in:
parent
ae1cd09013
commit
ccce47846b
3 changed files with 3 additions and 9 deletions
|
|
@ -40,11 +40,5 @@ export const cacheKeys = {
|
|||
["search-spaces", ...(queries ? Object.values(queries) : [])] as const,
|
||||
detail: (searchSpaceId: string) => ["search-spaces", searchSpaceId] as const,
|
||||
communityPrompts: ["search-spaces", "community-prompts"] as const,
|
||||
},
|
||||
llmConfigs: {
|
||||
all: (searchSpaceId: string) => ["llm-configs", searchSpaceId] as const,
|
||||
global: ["llm-configs", "global"] as const,
|
||||
detail: (searchSpaceId: string, llmConfigId: string) => ["llm-configs", searchSpaceId, llmConfigId] as const,
|
||||
preferences: (searchSpaceId: string) => ["llm-configs", "preferences", searchSpaceId] as const,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue