mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +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[]> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue