Skip to content

Commit

Permalink
Tweak example URI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudall committed Oct 28, 2023
1 parent 1036926 commit bb843a5
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 @@ -95,7 +95,7 @@ or when configuring the gem:
```ruby
SuperAGI.configure do |config|
config.secret_key = ENV.fetch("SUPERAGI_SECRET_KEY")
config.uri_base = "https://app.alternativeapi.com/" # Optional
config.uri_base = "http://superagi-backend-1:8001/" # Optional
config.request_timeout = 240 # Optional
config.extra_headers = {
"abc" => "123",
Expand Down

0 comments on commit bb843a5

Please sign in to comment.