fix: removed context optimization temporarily, to be moved to optional from menu

This commit is contained in:
Anirban Kar
2024-12-14 02:25:36 +05:30
parent 8c4397a19f
commit 456c89429a
3 changed files with 5 additions and 5 deletions

View File

@@ -462,7 +462,6 @@ async function getOpenRouterModels(): Promise<ModelInfo[]> {
}
async function getLMStudioModels(_apiKeys?: Record<string, string>, settings?: IProviderSetting): Promise<ModelInfo[]> {
try {
const baseUrl = settings?.baseUrl || import.meta.env.LMSTUDIO_API_BASE_URL || 'http://localhost:1234';
const response = await fetch(`${baseUrl}/v1/models`);