mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
clarify
This commit is contained in:
parent
bcb0c33616
commit
febf492790
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ const voidConfigInfo: Record<
|
|||
apikey: configString('OpenRouter API key.', ''),
|
||||
},
|
||||
openAICompatible: {
|
||||
endpoint: configString('The endpoint.', 'http://127.0.0.1:11434/v1'),
|
||||
endpoint: configString('The baseUrl (exluding /chat/completions).', 'http://127.0.0.1:11434/v1'),
|
||||
model: configString('The name of the model to use.', 'gpt-4o'),
|
||||
apikey: configString('Your API key.', ''),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue