From ee79302dfc04af1361588dda815ff1894c7c301f Mon Sep 17 00:00:00 2001 From: tskoyo Date: Sat, 25 Jan 2025 18:47:10 +0100 Subject: [PATCH 1/2] update env example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index 65bfd2a60..d35ac150d 100644 --- a/.env.example +++ b/.env.example @@ -68,6 +68,12 @@ MEDIUM_HEURIST_MODEL= LARGE_HEURIST_MODEL= HEURIST_IMAGE_MODEL= +# DeepSeek Configuration +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 From bcf3192c28a975dde08d9a8da38fd39328f0316d Mon Sep 17 00:00:00 2001 From: tskoyo Date: Sat, 25 Jan 2025 19:00:19 +0100 Subject: [PATCH 2/2] add deepsek api key --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index d35ac150d..5d3eb185a 100644 --- a/.env.example +++ b/.env.example @@ -69,6 +69,7 @@ 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