Skip to content

Commit

Permalink
Merge pull request #471 from walshhub/readme-update
Browse files Browse the repository at this point in the history
Update Groq URI base
  • Loading branch information
alexrudall authored Apr 30, 2024
2 parents 5bd35bb + 01f8511 commit 0a897ba
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 @@ -251,7 +251,7 @@ client.chat(
```ruby
client = OpenAI::Client.new(
access_token: "groq_access_token_goes_here",
uri_base: "https://api.groq.com/"
uri_base: "https://api.groq.com/openai"
)

client.chat(
Expand Down

0 comments on commit 0a897ba

Please sign in to comment.