Skip to content

Commit ee79302

Browse files
committed
update env example
1 parent cdd0c18 commit ee79302

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ MEDIUM_HEURIST_MODEL=
6868
LARGE_HEURIST_MODEL=
6969
HEURIST_IMAGE_MODEL=
7070

71+
# DeepSeek Configuration
72+
DEEPSEEK_API_URL= # Default: https://api.deepseek.com
73+
SMALL_DEEPSEEK_MODEL= # Default: deepseek-chat
74+
MEDIUM_DEEPSEEK_MODEL= # Default: deepseek-chat
75+
LARGE_DEEPSEEK_MODEL= # Default: deepseek-chat
76+
7177
WALLET_PRIVATE_KEY=EXAMPLE_WALLET_PRIVATE_KEY
7278
WALLET_PUBLIC_KEY=EXAMPLE_WALLET_PUBLIC_KEY
7379

0 commit comments

Comments
 (0)