I'd like to be able to switch between gpt-3.5 (default) and gpt-4.
However, since gpt-4 is highly throttled (25 messages per 3 hours), it should either safeguard against staying in gpt-4 mode for too long (maybe it only applies for the next message) or I should add a (GPT-4) prefix to gpt-4 answers to remind me.
TODO
[x] Add /gpt3 and /gpt4 commands.
[x] GPT-4 answers are prefixed with "(GPT-4)"
[ ] Handle the error where the user is specifically gpt-4 throttled, sending a "You ran out of GPT-4 messages. Switching back to GPT-3..." message.
I'd like to be able to switch between gpt-3.5 (default) and gpt-4.
However, since gpt-4 is highly throttled (25 messages per 3 hours), it should either safeguard against staying in gpt-4 mode for too long (maybe it only applies for the next message) or I should add a
(GPT-4)
prefix to gpt-4 answers to remind me.TODO
/gpt3
and/gpt4
commands.