1
1
# # DRIA (required) ##
2
- # Secret key of your compute node ( 32 byte, hexadecimal, without 0x prefix) .
3
- # e.g.: DKN_WALLET_SECRET_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
2
+ # Secret key of your compute node, 32 byte in hexadecimal .
3
+ # e.g.: DKN_WALLET_SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
4
4
DKN_WALLET_SECRET_KEY =
5
- # model1,model2,model3,... (comma separated, case-insensitive)
6
- DKN_MODELS = phi3:3.8b
7
- # Public key of Dria Admin node (33-byte compressed, hexadecimal, without 0x prefix).
5
+ # Public key of Dria Admin node, 33-byte (compressed) in hexadecimal.
8
6
# You don't need to change this, simply copy and paste it.
9
7
DKN_ADMIN_PUBLIC_KEY = 0208ef5e65a9c656a6f92fb2c770d5d5e2ecffe02a6aade19207f75110be6ae658
8
+ # model1,model2,model3,... (comma separated, case-insensitive)
9
+ DKN_MODELS = phi3:3.8b
10
10
11
11
# # DRIA (optional) ##
12
12
# info | debug | error | none,dkn_compute=debug
@@ -22,7 +22,7 @@ DKN_BOOTSTRAP_NODES=
22
22
OPENAI_API_KEY =
23
23
24
24
# # Ollama (if used, optional) ##
25
- # do not change the host , it is used by Docker
25
+ # do not change this , it is used by Docker
26
26
OLLAMA_HOST = http://host.docker.internal
27
27
# you can change the port if you would like
28
28
OLLAMA_PORT = 11434
0 commit comments