This commit is contained in:
Andrew 2024-10-20 20:15:25 -07:00
parent bcb0c33616
commit febf492790

View file

@ -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.', ''),
},