Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 03e7a46

Browse files
committed
update openai-py
1 parent 5f2d7c3 commit 03e7a46

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/docs/examples/openai-python.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Nitro intergration guide for Python.
55

66

77
You can migrate from OAI API or Azure OpenAI to Nitro using your existing Python code quickly
8-
> The ONLY thing you need to do is to override `baseURL` in `openai` init with `Nitro` URL
8+
> The **ONLY** thing you need to do is to override `baseURL` in `openai` init with `Nitro` URL
99
- Python OpenAI SDK: https://pypi.org/project/openai/
1010

1111
## Chat Completion
@@ -178,13 +178,18 @@ print(embeddings)
178178
</table>
179179

180180
## Audio
181-
Coming soon
182181

182+
:::info Coming soon
183+
:::
183184
## How to reproduce
184-
1. Step 1: Dependencies installation
185-
```
185+
**Step 1:** Dependencies installation.
186+
187+
```bash title="Install OpenAI"
186188
pip install openai
187189
```
188-
3. Step 2: Fill `index.py` file with code
189-
4. Step 3: Run the code with `python index.py`
190-
5. Step 5: Enjoy!
190+
191+
**Step 2:** Fill `index.py` file with code.
192+
193+
**Step 3:** Run the code with `python index.py`.
194+
195+
**Step 4:** Enjoy!

0 commit comments

Comments
 (0)