Skip to content

Commit

Permalink
feat: Gemini (#135)
Browse files Browse the repository at this point in the history
* gemini setup for api check

* docs and tests, todo small fix

* fixed api checks, better tests

* bump version
  • Loading branch information
erhant authored Oct 18, 2024
1 parent 7ea642f commit d18710c
Show file tree
Hide file tree
Showing 10 changed files with 387 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ DKN_BOOTSTRAP_NODES=
## Open AI (if used, required) ##
OPENAI_API_KEY=

## Gemini (if used, required) ##
GEMINI_API_KEY=

## Ollama (if used, optional) ##
# do not change this, it is used by Docker
OLLAMA_HOST=http://host.docker.internal
Expand Down
Loading

0 comments on commit d18710c

Please sign in to comment.