Skip to content

Commit b0c0292

Browse files
committed
Typo
1 parent 2dd917c commit b0c0292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ end
403403

404404
Hit the OpenAI API for a completion using other GPT-3 models:
405405

406-
````ruby
406+
```ruby
407407
response = client.completions(
408408
parameters: {
409409
model: "text-davinci-001",
@@ -412,6 +412,7 @@ response = client.completions(
412412
})
413413
puts response["choices"].map { |c| c["text"] }
414414
# => [", there lived a great"]
415+
```
415416

416417
### Edits
417418

@@ -882,4 +883,3 @@ The gem is available as open source under the terms of the [MIT License](https:/
882883
## Code of Conduct
883884

884885
Everyone interacting in the Ruby OpenAI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/alexrudall/ruby-openai/blob/main/CODE_OF_CONDUCT.md).
885-
````

0 commit comments

Comments
 (0)