CHANGELOG

Changelog

shockbs@0.1.1123

  • route /v1/ai/gpt -> /v1/ai/chat
  • package now uses undici instead of node-fetch
  • Login now called as Connect
  • login() -> connect()
  • loggedIn() -> connected()
  • AiChat
  • class gptChat -> class AiChat
  • 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