mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update src/api/providers/fetchers/modelCache.ts
Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
parent
e710d970b7
commit
caea66f340
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export const getModels = async (
|
|||
// However, for robustness, if called without baseUrl for litellm, it would fail in getLiteLLMModels or here.
|
||||
throw new Error("Base URL and api key are required for LiteLLM models.")
|
||||
}
|
||||
models = await getLiteLLMModels(apiKey || "", baseUrl)
|
||||
models = await getLiteLLMModels(apiKey, baseUrl)
|
||||
break
|
||||
default:
|
||||
// Ensures router is exhaustively checked if RouterName is a strict union
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue