Skip to content

Commit e4f54a2

Browse files
Update console
1 parent e572046 commit e4f54a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require "cohere"
1212
# Pry.start
1313

1414
client = Cohere::Client.new(
15-
api_key: "8wobyic1avYNGy4QV8Nm5sUyM2API8UgCUOZNwNP" #ENV['COHERE_API_KEY']
15+
api_key: ENV['COHERE_API_KEY']
1616
)
1717

1818
require "irb"

0 commit comments

Comments
 (0)