Skip to content

Commit 0fbb062

Browse files
authored
Fix formatting on completions documentation guide (#527)
1 parent 5a3e339 commit 0fbb062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guides/completions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ response = Completion.create(
261261

262262
print(response.json())
263263
# {"request_id": "34621b44-c655-402c-a459-f108b3e49b12", "output": {"text": "John", "num_prompt_tokens": 6, "num_completion_tokens": 4, "tokens": None}}
264+
```
264265

265266
## Which model should I use?
266267

0 commit comments

Comments
 (0)