We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2668821 + 95be0ec commit e68e9fbCopy full SHA for e68e9fb
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