mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
docs: Fix docstring for check_openrouter_tier failure case
This commit is contained in:
parent
3bc4064b61
commit
2bc0aa1777
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue