mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
chore: linting
This commit is contained in:
parent
be35eb8743
commit
c0ebb62fb2
20 changed files with 158 additions and 125 deletions
|
|
@ -43,10 +43,7 @@ class ModelConnectionsApiService {
|
|||
};
|
||||
|
||||
getLlmSetupStatus = async (workspaceId: number): Promise<LlmSetupStatus> => {
|
||||
return baseApiService.get(
|
||||
`/api/v1/workspaces/${workspaceId}/llm-setup-status`,
|
||||
llmSetupStatus
|
||||
);
|
||||
return baseApiService.get(`/api/v1/workspaces/${workspaceId}/llm-setup-status`, llmSetupStatus);
|
||||
};
|
||||
|
||||
getModelProviders = async (): Promise<ModelProviderRead[]> => {
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ export const googleSearch: ConnectorPageContent = {
|
|||
},
|
||||
{
|
||||
label: "Related searches",
|
||||
description:
|
||||
"Suggested and related queries, to map how people actually phrase the search.",
|
||||
description: "Suggested and related queries, to map how people actually phrase the search.",
|
||||
},
|
||||
{
|
||||
label: "SERP metadata",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue