diff --git a/docs/customize/model-providers/top-level/openai.mdx b/docs/customize/model-providers/top-level/openai.mdx index 20f735ad1a4..6b9eb240d60 100644 --- a/docs/customize/model-providers/top-level/openai.mdx +++ b/docs/customize/model-providers/top-level/openai.mdx @@ -110,7 +110,7 @@ To force usage of `completions` instead of `chat/completions` endpoint you can s models: - name: provider: openai - model: > + model: apiBase: http://localhost:8000/v1 useLegacyCompletionsEndpoint: true ```