Changelog
[email protected]
- route
/v1/ai/gpt
->/v1/ai/chat
- package now uses
undici
instead ofnode-fetch
- Login now called as Connect
login()
->connect()
loggedIn()
->connected()
- AiChat
- class
gptChat
-> classAiChat
message()
->handleMessage()
- added buttons to the response message, that bring user to the dashboard in discord, allowing user to switch models, read conversation count, and clear conversation history.
handleInteraction()
for the buttons