From 4f4fa933e6612b9a1109cb5c8b5b96ec1f4621ab Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Mon, 29 Apr 2024 12:23:10 +1000 Subject: [PATCH] Tiny formatting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 118bb69f..d23851e2 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,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/"