5 6 7 8
# File 'lib/config.rb', line 5 def load_key() config = YAML.load_file(config_path) config['OPENAI_API_KEY'] end