Skip to content

Commit e68e9fb

Browse files
Merge pull request #8 from xorgnak/patch-1
Update client.rb
2 parents 2668821 + 95be0ec commit e68e9fb

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)