Skip to content

Commit 0a897ba

Browse files
authored
Merge pull request #471 from walshhub/readme-update
Update Groq URI base
2 parents 5bd35bb + 01f8511 commit 0a897ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ client.chat(
251251
```ruby
252252
client = OpenAI::Client.new(
253253
access_token: "groq_access_token_goes_here",
254-
uri_base: "https://api.groq.com/"
254+
uri_base: "https://api.groq.com/openai"
255255
)
256256

257257
client.chat(

0 commit comments

Comments
 (0)