Skip to content

Commit d18710c

Browse files
authored
feat: Gemini (#135)
* gemini setup for api check * docs and tests, todo small fix * fixed api checks, better tests * bump version
1 parent 7ea642f commit d18710c

File tree

10 files changed

+387
-67
lines changed

10 files changed

+387
-67
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ DKN_BOOTSTRAP_NODES=
2525
## Open AI (if used, required) ##
2626
OPENAI_API_KEY=
2727

28+
## Gemini (if used, required) ##
29+
GEMINI_API_KEY=
30+
2831
## Ollama (if used, optional) ##
2932
# do not change this, it is used by Docker
3033
OLLAMA_HOST=http://host.docker.internal

0 commit comments

Comments
 (0)