1
1
# # DRIA (required) ##
2
2
# Secret key of your compute node, 32 byte in hexadecimal.
3
- # e.g.: DKN_WALLET_SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
3
+ # e.g.: DKN_WALLET_SECRET_KEY=0xabc...123
4
4
DKN_WALLET_SECRET_KEY =
5
5
# model1,model2,model3,... (comma separated, case-insensitive)
6
- # example: phi3:3.8b ,gpt-4o-mini
6
+ # example: gemini-2.0-flash ,gpt-4o-mini
7
7
DKN_MODELS =
8
8
9
9
# # DRIA (optional) ##
10
10
# P2P address, you don't need to change this unless this port is already in use.
11
11
DKN_P2P_LISTEN_ADDR = /ip4/0.0.0.0/tcp/4001
12
12
# Batch size for task worker, you do not need to edit this.
13
13
DKN_BATCH_SIZE =
14
+ # Initial RPC address for testing purposes
15
+ # DKN_INITIAL_RPC_ADDR=
14
16
15
17
# # DRIA (profiling only, do not uncomment) ##
16
18
# Set to a number of seconds to wait before exiting, only use in profiling build!
@@ -19,10 +21,8 @@ DKN_BATCH_SIZE=
19
21
20
22
# # Open AI (if used, required) ##
21
23
OPENAI_API_KEY =
22
-
23
24
# # Gemini (if used, required) ##
24
25
GEMINI_API_KEY =
25
-
26
26
# # Open Router (if used, required) ##
27
27
OPENROUTER_API_KEY =
28
28
@@ -33,7 +33,3 @@ OLLAMA_PORT=11434
33
33
# if "true", automatically pull models from Ollama
34
34
# if "false", you have to download manually
35
35
OLLAMA_AUTO_PULL = true
36
-
37
- # # Additional Services (optional)
38
- SERPER_API_KEY =
39
- JINA_API_KEY =
0 commit comments