Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ load_dotenv()
|
|
| 28 |
# These are your "customers". You give them a key.
|
| 29 |
# In a real app, this would be in a database.
|
| 30 |
VALID_API_KEYS = {
|
| 31 |
-
"
|
| 32 |
"irfan_key_456": "Irfan (Admin, Unlimited)",
|
| 33 |
"sistem_gelap": "Demo User (Free Tier, 10 requests)"
|
| 34 |
}
|
|
|
|
| 28 |
# These are your "customers". You give them a key.
|
| 29 |
# In a real app, this would be in a database.
|
| 30 |
VALID_API_KEYS = {
|
| 31 |
+
"amelia_key_123": "Dr. Amelia (Premium Plan, Unlimited)",
|
| 32 |
"irfan_key_456": "Irfan (Admin, Unlimited)",
|
| 33 |
"sistem_gelap": "Demo User (Free Tier, 10 requests)"
|
| 34 |
}
|