Skip to content

Commit 95be0ec

Browse files
authored
Update client.rb
fix for broken client initializer.
1 parent 2668821 commit 95be0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cohere/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Client
88

99
ENDPOINT_URL = "https://api.cohere.ai/v1"
1010

11-
def initialize(api_key:)
11+
def initialize(api_key)
1212
@api_key = api_key
1313
end
1414

0 commit comments

Comments
 (0)