Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The messages you send on MSPbots have two types:
    • Business logic commands - These messages include clocking in and out, break, etc. MSPbots will directly give a response to these commands.
    • Non-business logic commands - An example of this type is "I want to know the weather for this week." For these commands, you will receive a response from ChatGPT on MSPbots because MSPbots connects with ChatGPT by setting the API interface, server address, port, and other parameters to call ChatGPT and establish a connection. ChatGPT will then send its reply to MSPbots.
  • The responses you receive on MSPbots can be classified into the following three types:

    • When you have successfully connected, MSPBots will return the response from ChatGPT.
    • When MSPbots responds with "You can also connect to ChatGPT," it means that you have not connected to OpenAI and need to connect to ChatGPT, please refer to: HowtosetupyourMSPbotsintegrationwithOpenAI.
    • When MSPbots returns "chatGPT:
    xxxxxxxxxxxx
    • xxxxxx," where "
    xxxx
  • The section below provides a guide on how to successfully connect MSPbots to OpenAI. 

...