Skip to content

Commit cbb95e7

Browse files
authored
Merge pull request #106 from tskoyo/feature/add-deepseek-config
update env example
2 parents cdd0c18 + bcf3192 commit cbb95e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

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

71+
# DeepSeek Configuration
72+
DEEPSEEK_API_KEY=
73+
DEEPSEEK_API_URL= # Default: https://api.deepseek.com
74+
SMALL_DEEPSEEK_MODEL= # Default: deepseek-chat
75+
MEDIUM_DEEPSEEK_MODEL= # Default: deepseek-chat
76+
LARGE_DEEPSEEK_MODEL= # Default: deepseek-chat
77+
7178
WALLET_PRIVATE_KEY=EXAMPLE_WALLET_PRIVATE_KEY
7279
WALLET_PUBLIC_KEY=EXAMPLE_WALLET_PUBLIC_KEY
7380

0 commit comments

Comments
 (0)