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.
.env.example
1 parent 6c94074 commit aac2150Copy full SHA for aac2150
.env.example
@@ -6,7 +6,8 @@ DKN_WALLET_SECRET_KEY=
6
# You don't need to change this, simply copy and paste it.
7
DKN_ADMIN_PUBLIC_KEY=0208ef5e65a9c656a6f92fb2c770d5d5e2ecffe02a6aade19207f75110be6ae658
8
# model1,model2,model3,... (comma separated, case-insensitive)
9
-DKN_MODELS=phi3:3.8b
+# example: phi3:3.8b,gpt-4o-mini
10
+DKN_MODELS=
11
12
## DRIA (optional) ##
13
# P2P address, you don't need to change this unless you really want this port.
0 commit comments