Skip to content

Commit e9ce477

Browse files
committed
-
1 parent 3ce517a commit e9ce477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemini_api/src/gemini_api/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:require [clj-http.client :as client])
33
(:require [clojure.data.json :as json]))
44

5-
(def model "gemini-2.0-flash") ; or gemini-1.5-pro, etc.
5+
(def model "gemini-2.5-flash") ; or gemini-1.5-pro, etc.
66

77
(def google-api-key (System/getenv "GOOGLE_API_KEY")) ; Make sure to set this env variable
88

0 commit comments

Comments
 (0)