fix provider base URL env handling (#1054)
This commit is contained in:
@@ -40,6 +40,14 @@ export const PROVIDER_PRESETS: ProviderPreset[] = [
|
||||
'claude-haiku-4-5'
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'LM Studio',
|
||||
value: 'lmstudio',
|
||||
builtin: true,
|
||||
base_url: 'http://127.0.0.1:1234/v1',
|
||||
api_mode: 'chat_completions',
|
||||
models: [],
|
||||
},
|
||||
{
|
||||
label: 'Anthropic',
|
||||
value: 'anthropic',
|
||||
|
||||
Reference in New Issue
Block a user