Skip to content

Commit

Permalink
Merge pull request #106 from tskoyo/feature/add-deepseek-config
Browse files Browse the repository at this point in the history
update env example
  • Loading branch information
wtfsayo authored Jan 27, 2025
2 parents cdd0c18 + bcf3192 commit cbb95e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ MEDIUM_HEURIST_MODEL=
LARGE_HEURIST_MODEL=
HEURIST_IMAGE_MODEL=

# DeepSeek Configuration
DEEPSEEK_API_KEY=
DEEPSEEK_API_URL= # Default: https://api.deepseek.com
SMALL_DEEPSEEK_MODEL= # Default: deepseek-chat
MEDIUM_DEEPSEEK_MODEL= # Default: deepseek-chat
LARGE_DEEPSEEK_MODEL= # Default: deepseek-chat

WALLET_PRIVATE_KEY=EXAMPLE_WALLET_PRIVATE_KEY
WALLET_PUBLIC_KEY=EXAMPLE_WALLET_PUBLIC_KEY

Expand Down

0 comments on commit cbb95e7

Please sign in to comment.