Fix some things

This commit is contained in:
2025-11-15 13:55:47 +00:00
parent 344623eaf6
commit 1c96d03649
3 changed files with 40 additions and 40 deletions

View File

@@ -21,8 +21,8 @@ return {
env = {
url = vim.env.DEFAULT_OPENAI_API_BASE,
api_key = vim.env.DEFAULT_OPENAI_API_KEY,
chat_url = '/chat/completions',
models_endpoint = '/models',
chat_url = '/v1/chat/completions',
models_endpoint = '/v1/models',
},
schema = {
model = {