Skip to content

Commit 519570f

Browse files
authored
Remove extra blank
1 parent ce65d8f commit 519570f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Console.WriteLine($"[ASSISTANT]: {completion.Content[0].Text}");
6868

6969
While you can pass your API key directly as a string, it is highly recommended that you keep it in a secure location and instead access it via an environment variable or configuration file as shown above to avoid storing it in source control.
7070

71-
7271
### Using a custom base URL and API key
7372

7473
If you need to connect to an alternative API endpoint (for example, a proxy or self-hosted OpenAI-compatible LLM), you can specify a custom base URL and API key using the `ApiKeyCredential` and `OpenAIClientOptions`:

0 commit comments

Comments
 (0)