From aa3d540547e888e2ef0b2a92a3117894281325f9 Mon Sep 17 00:00:00 2001 From: gongzhongqiang <764629910@qq.com> Date: Wed, 30 Apr 2025 22:27:22 +0800 Subject: [PATCH] docs: Add optional base URL instruction for OpenAI API setup --- docs/providers/openai.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/providers/openai.md b/docs/providers/openai.md index 911ebfa1..77db354c 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -37,6 +37,7 @@ Refer to the [OpenAI Models documentation](https://platform.openai.com/docs/mode 2. **Select Provider:** Choose "OpenAI" from the "API Provider" dropdown. 3. **Enter API Key:** Paste your OpenAI API key into the "OpenAI API Key" field. 4. **Select Model:** Choose your desired model from the "Model" dropdown. +5. **(Optional) Base URL:** If you need to use a custom base URL, enter the URL. Most people won't need to adjust this. ## Tips and Notes