style: simplify LLM model terminology in UI

This commit is contained in:
Anish Sarkar 2026-04-02 10:11:35 +05:30
parent d2cf3fb3b7
commit 000c2d9b5b
18 changed files with 32 additions and 32 deletions

View file

@ -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);