We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9580107 commit fe5fa04Copy full SHA for fe5fa04
README.md
@@ -34,7 +34,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
34
require "cohere"
35
36
client = Cohere::Client.new(
37
- ENV['COHERE_API_KEY']
+ api_key: ENV['COHERE_API_KEY']
38
)
39
```
40
0 commit comments