docs: Fix docstring for check_openrouter_tier failure case

This commit is contained in:
Paul Gauthier 2025-03-28 18:45:31 -10:00 committed by Paul Gauthier (aider)
parent 3bc4064b61
commit 2bc0aa1777

View file

@ -25,7 +25,7 @@ def check_openrouter_tier(api_key):
Returns:
A boolean indicating if the user is on a free tier (True) or paid tier (False).
Returns False if the check fails.
Returns True if the check fails.
"""
try:
response = requests.get(