Skip to content

Commit e1a1210

Browse files
committed
fix typo
1 parent 720761a commit e1a1210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/inference-providers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ console.log(chatCompletion.choices[0].message);
221221

222222
<hfoption id="openai">
223223

224-
If you're already using OpenAI's Python client, then you need a **drop-in OpenAI replacement**. Just swap-out the base URL to instantly access hundreds of additional open-weights models through our provider network.
224+
If you're already using OpenAI's Javascript client, then you need a **drop-in OpenAI replacement**. Just swap-out the base URL to instantly access hundreds of additional open-weights models through our provider network.
225225

226226
```javascript
227227
import OpenAI from "openai";

0 commit comments

Comments
 (0)