Skip to content

Commit 21f5649

Browse files
Apply suggestions from code review
Co-authored-by: Julien Chaumond <[email protected]>
1 parent ab71d31 commit 21f5649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/inference-providers/pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ print(completion.choices[0].message)
124124

125125
<hfoption id="openai">
126126

127-
To bill your organization when using OpenAI's Python client, set the `X-HF-Bill-To` header using `extra_headers`.
127+
To bill your organization when using OpenAI's Python client, set the `X-HF-Bill-To` header using `extra_headers` on the `completions.create` method call.
128128

129129
```python
130130
import os
@@ -209,7 +209,7 @@ console.log(completion.choices[0].message.content);
209209

210210
<hfoption id="openai">
211211

212-
To bill your organization with the OpenAI JavaScript client, set the `X-HF-Bill-To` header using the `defaultHeaders` option.
212+
To bill your organization with the OpenAI JavaScript client, set the `X-HF-Bill-To` header using the `defaultHeaders` option on the `completions.create` method call.
213213

214214
```javascript
215215
import OpenAI from "openai";

0 commit comments

Comments
 (0)