Skip to content

Commit 4f4fa93

Browse files
authored
Tiny formatting fix
1 parent 89b72ba commit 4f4fa93

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
@@ -244,7 +244,7 @@ client.chat(
244244

245245
[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:
246246

247-
````ruby
247+
```ruby
248248
client = OpenAI::Client.new(
249249
access_token: "groq_access_token_goes_here",
250250
uri_base: "https://api.groq.com/"

0 commit comments

Comments
 (0)