Skip to content

Commit 6ddb002

Browse files
committed
update env example
1 parent 8c47be3 commit 6ddb002

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.env.example

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# e.g.: DKN_WALLET_SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
44
DKN_WALLET_SECRET_KEY=
55
# model1,model2,model3,... (comma separated, case-insensitive)
6-
# example: phi3:3.8b,gpt-4o-mini
6+
# example: gemini-2.0-flash,gpt-4o-mini
77
DKN_MODELS=
88

99
## DRIA (optional) ##
@@ -19,14 +19,10 @@ DKN_BATCH_SIZE=
1919
# Otherwise, leave this empty.
2020
# DKN_EXIT_TIMEOUT=
2121

22-
23-
2422
## Open AI (if used, required) ##
2523
OPENAI_API_KEY=
26-
2724
## Gemini (if used, required) ##
2825
GEMINI_API_KEY=
29-
3026
## Open Router (if used, required) ##
3127
OPENROUTER_API_KEY=
3228

@@ -37,7 +33,3 @@ OLLAMA_PORT=11434
3733
# if "true", automatically pull models from Ollama
3834
# if "false", you have to download manually
3935
OLLAMA_AUTO_PULL=true
40-
41-
## Additional Services (optional)
42-
SERPER_API_KEY=
43-
JINA_API_KEY=

0 commit comments

Comments
 (0)