We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2668821 commit 95be0ecCopy full SHA for 95be0ec
1 file changed
lib/cohere/client.rb
@@ -8,7 +8,7 @@ class Client
8
9
ENDPOINT_URL = "https://api.cohere.ai/v1"
10
11
- def initialize(api_key:)
+ def initialize(api_key)
12
@api_key = api_key
13
end
14
0 commit comments