mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
style: simplify LLM model terminology in UI
This commit is contained in:
parent
d2cf3fb3b7
commit
000c2d9b5b
18 changed files with 32 additions and 32 deletions
|
|
@ -147,7 +147,7 @@ class NewLLMConfigApiService {
|
|||
};
|
||||
|
||||
/**
|
||||
* Get the dynamic LLM model catalogue (sourced from OpenRouter API)
|
||||
* Get the dynamic model catalogue (sourced from OpenRouter API)
|
||||
*/
|
||||
getModels = async () => {
|
||||
return baseApiService.get(`/api/v1/models`, getModelListResponse);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue