Skip to content

Commit 9ff065c

Browse files
authored
Merge pull request #468 from drnic/patch-1
Tiny formatting fix
2 parents 024309b + 4f4fa93 commit 9ff065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ client.chat(
248248

249249
[Groq API Chat](https://console.groq.com/docs/quickstart) is broadly compatible with the OpenAI API, with a [few minor differences](https://console.groq.com/docs/openai). Get an access token from [here](https://console.groq.com/keys), then:
250250

251-
````ruby
251+
```ruby
252252
client = OpenAI::Client.new(
253253
access_token: "groq_access_token_goes_here",
254254
uri_base: "https://api.groq.com/"

0 commit comments

Comments
 (0)