Skip to content

Commit aac2150

Browse files
committed
rm default model in .env.example [skip ci]
1 parent 6c94074 commit aac2150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ DKN_WALLET_SECRET_KEY=
66
# You don't need to change this, simply copy and paste it.
77
DKN_ADMIN_PUBLIC_KEY=0208ef5e65a9c656a6f92fb2c770d5d5e2ecffe02a6aade19207f75110be6ae658
88
# model1,model2,model3,... (comma separated, case-insensitive)
9-
DKN_MODELS=phi3:3.8b
9+
# example: phi3:3.8b,gpt-4o-mini
10+
DKN_MODELS=
1011

1112
## DRIA (optional) ##
1213
# P2P address, you don't need to change this unless you really want this port.

0 commit comments

Comments
 (0)