Revised for training

This commit is contained in:
ldy
2025-07-23 14:54:46 +08:00
parent 6dbd2f3281
commit 229f6bb027
32 changed files with 59884 additions and 11081 deletions

View File

@@ -2,7 +2,7 @@
# API settings for data augmentation (used in data/augmentation.py)
# NOTE: You can override api_key by setting the environment variable BGE_API_KEY.
base_url = "https://api.deepseek.com/v1"
api_key = "sk-1bf2a963751_deletethis_b4e5e96d319810f8926e5" # Replace with your actual API key or set BGE_API_KEY env var
api_key = "your_api_here" # Replace with your actual API key or set BGE_API_KEY env var
model = "deepseek-chat"
max_retries = 3 # Number of times to retry API calls on failure
timeout = 30 # Timeout for API requests (seconds)