Skip to content

Commit 5fc2594

Browse files
committed
nit
1 parent 7879a9e commit 5fc2594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/inference-providers/pricing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ completion = client.chat.completions.create(
146146
}
147147
],
148148
)
149+
150+
print(completion.choices[0].message)
149151
```
150152

151153
</hfoption>
@@ -200,6 +202,8 @@ const completion = await client.chat.completions.create({
200202
},
201203
],
202204
});
205+
206+
console.log(completion.choices[0].message.content);
203207
```
204208

205209
</hfoption>

0 commit comments

Comments
 (0)