taha092 commited on
Commit
b9a2183
·
verified ·
1 Parent(s): da22f13

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +9 -9
config.py CHANGED
@@ -1,10 +1,10 @@
1
- # config.py
2
- # Place your API keys and endpoints here for AI detection services
3
-
4
- WINSTON_AI_API_KEY = "5lC2zMKk3cDVUhk2augozEK9jZYEUiGYfcqKIEC2bee7261a" # Add your Winston AI API key here
5
- WINSTON_AI_API_URL = "https://api.gowinston.ai/v2/ai-content-detection" # Official v2 endpoint for text detection
6
-
7
- SAPLING_API_KEY = ""
8
- SAPLING_API_URL = "https://api.sapling.ai/api/v1/aidetect" # Example, update as needed
9
-
10
  # Add more as needed
 
1
+ # config.py
2
+ # Place your API keys and endpoints here for AI detection services
3
+
4
+ WINSTON_AI_API_KEY = "5lC2zMKk3cDVUhk2augozEK9jZYEUiGYfcqKIEC2bee7261a" # Add your Winston AI API key here - This Is A Non-Working API Key.
5
+ WINSTON_AI_API_URL = "https://api.gowinston.ai/v2/ai-content-detection" # Official v2 endpoint for text detection
6
+
7
+ SAPLING_API_KEY = ""
8
+ SAPLING_API_URL = "https://api.sapling.ai/api/v1/aidetect" # Example, update as needed
9
+
10
  # Add more as needed