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 e572046 commit e4f54a2Copy full SHA for e4f54a2
bin/console
@@ -12,7 +12,7 @@ require "cohere"
12
# Pry.start
13
14
client = Cohere::Client.new(
15
- api_key: "8wobyic1avYNGy4QV8Nm5sUyM2API8UgCUOZNwNP" #ENV['COHERE_API_KEY']
+ api_key: ENV['COHERE_API_KEY']
16
)
17
18
require "irb"
0 commit comments