Skip to content

Commit

Permalink
Update Grok url base
Browse files Browse the repository at this point in the history
  • Loading branch information
walshhub committed Apr 30, 2024
1 parent 5bd35bb commit 01f8511
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 01f8511

Please sign in to comment.