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 6490d3a commit 8e1a914Copy full SHA for 8e1a914
src/eca/llm_api.clj
@@ -29,7 +29,7 @@
29
30
(defn ^:private openai-api-key [config]
31
(or (:openaiapikey config)
32
- (config/get-env "openai_api_key")))
+ (config/get-env "OPENAI_API_KEY")))
33
34
(defn ^:private openai-api-url []
35
(or (config/get-env "OPENAI_API_URL")
0 commit comments