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 f759688 commit 3e5c7ebCopy full SHA for 3e5c7eb
.env.example
@@ -7,10 +7,6 @@ DKN_WALLET_SECRET_KEY=
7
DKN_MODELS=
8
# P2P address, you don't need to change this unless this port is already in use.
9
DKN_P2P_LISTEN_ADDR=/ip4/0.0.0.0/tcp/4001
10
-# Comma-separated static relay nodes
11
-DKN_RELAY_NODES=
12
-# Comma-separated static bootstrap nodes
13
-DKN_BOOTSTRAP_NODES=
14
# Batch size for task worker, you do not need to edit this.
15
DKN_BATCH_SIZE=
16
@@ -28,10 +24,6 @@ OPENAI_API_KEY=
28
24
GEMINI_API_KEY=
29
25
## Open Router (if used, required) ##
30
26
OPENROUTER_API_KEY=
31
-## Serper (optional) ##
32
-SERPER_API_KEY=
33
-## Jina (optional) ##
34
-JINA_API_KEY=
35
27
36
## Log levels
37
RUST_LOG=none
0 commit comments