Spaces:
Running
Running
File size: 468 Bytes
b9a2183 da22f13 |
1 2 3 4 5 6 7 8 9 10 |
# config.py
# Place your API keys and endpoints here for AI detection services
WINSTON_AI_API_KEY = "5lC2zMKk3cDVUhk2augozEK9jZYEUiGYfcqKIEC2bee7261a" # Add your Winston AI API key here - This Is A Non-Working API Key.
WINSTON_AI_API_URL = "https://api.gowinston.ai/v2/ai-content-detection" # Official v2 endpoint for text detection
SAPLING_API_KEY = ""
SAPLING_API_URL = "https://api.sapling.ai/api/v1/aidetect" # Example, update as needed
# Add more as needed |