fix: add defaults for LMStudio to work out of the box (#928)
This commit is contained in:
@@ -12,6 +12,7 @@ export default class LMStudioProvider extends BaseProvider {
|
||||
|
||||
config = {
|
||||
baseUrlKey: 'LMSTUDIO_API_BASE_URL',
|
||||
baseUrl: 'http://localhost:1234/',
|
||||
};
|
||||
|
||||
staticModels: ModelInfo[] = [];
|
||||
|
||||
Reference in New Issue
Block a user