Skip to content

Commit e68453b

Browse files
committed
Update .env.example to include PYTHONPATH variable
- Added PYTHONPATH variable for easier module resolution. - Ensured DEEPSEEK_BASE_URL remains consistent with previous configuration.
1 parent f312574 commit e68453b

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
@@ -1,3 +1,4 @@
11
# DeepSeek API credentials
22
DEEPSEEK_API_KEY=your_api_key_here
3-
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
3+
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
4+
PYTHONPATH=path\path\path

0 commit comments

Comments
 (0)