fix: add defaults for LMStudio to work out of the box (#928)

This commit is contained in:
Eduard Ruzga
2024-12-30 14:20:13 +02:00
committed by GitHub
parent 4c81e154a0
commit 4c81cb02e1
3 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export default class LMStudioProvider extends BaseProvider {
config = {
baseUrlKey: 'LMSTUDIO_API_BASE_URL',
baseUrl: 'http://localhost:1234/',
};
staticModels: ModelInfo[] = [];