sujalrajpoot commited on
Commit
cc6b7b4
·
verified ·
1 Parent(s): 476a74f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def chat():
132
 
133
  # Block requests if limit exceeded
134
  if user_data["count"] >= REQUEST_LIMIT:
135
- return jsonify({"error": "Request limit reached. Try again tomorrow."}), 429
136
 
137
  # Increase request count
138
  user_data["count"] += 1
 
132
 
133
  # Block requests if limit exceeded
134
  if user_data["count"] >= REQUEST_LIMIT:
135
+ return jsonify({"error": "Request limit reached. This is a testing API key for developers. The limit resets daily. Please wait or use a different key."}), 429
136
 
137
  # Increase request count
138
  user_data["count"] += 1