mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-01-01 12:33:44 +01:00
Improve README and index page, fix defensive mode ai prompt, add logout route, fix ai not displaying convinced True anytime due to const
This commit is contained in:
@@ -101,8 +101,8 @@ Final Debt Amount: [Integer >= Original Debt if Yes, or 0$ if No]
|
||||
**STRICTLY ONLY REPLY IN THE REPLY FORMAT MENTIONED ABOVE. NO EXCEPTIONS.**
|
||||
For 'Convinced', reply only as **Yes** or **No**.
|
||||
For 'Final Debt Amount', reply only as an integer immediately followed by `$`.
|
||||
* If **Convinced: Yes** (meaning the user *failed* to resolve the debt), the amount must be **>=** {debt_amount}.
|
||||
* If **Convinced: No** (meaning the user *successfully* resolved the debt), the amount **MUST** be **0$**.
|
||||
* If **Convinced: No** (meaning the user *failed* to resolve the debt), the amount must be **>=** {debt_amount}.
|
||||
* If **Convinced: Yes** (meaning the user *successfully* resolved the debt), the amount **MUST** be **0$**.
|
||||
"""
|
||||
|
||||
ACHIEVEMENTS = [
|
||||
|
||||
Reference in New Issue
Block a user