Skip to content

Commit

Permalink
Merge pull request #468 from drnic/patch-1
Browse files Browse the repository at this point in the history
Tiny formatting fix
  • Loading branch information
alexrudall authored Apr 29, 2024
2 parents 024309b + 4f4fa93 commit 9ff065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ client.chat(

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

````ruby
```ruby
client = OpenAI::Client.new(
access_token: "groq_access_token_goes_here",
uri_base: "https://api.groq.com/"
Expand Down

0 comments on commit 9ff065c

Please sign in to comment.