From 0c440877de5f4903cf6a568c905a24fd8f406d08 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:59:40 -0300 Subject: [PATCH] Update 12 - OpenAI API.md --- docs/12 - OpenAI API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12 - OpenAI API.md b/docs/12 - OpenAI API.md index 90e171fc..c0261785 100644 --- a/docs/12 - OpenAI API.md +++ b/docs/12 - OpenAI API.md @@ -237,7 +237,7 @@ OPENAI_API_BASE=http://127.0.0.1:5000/v1 With the [official python openai client](https://github.com/openai/openai-python), the address can be set like this: -```shell +```python import openai openai.api_key = "..."