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,"
    this means that MSPBots has already integrated successfully with ChatGPT
    • it means that you have not connected to OpenAI and need to connect to ChatGPT, please refer to:
    • When MSPbots returns "chatGPT: xxxxxxxxxxxx," where "xxxx" is the error message returned by ChatGPT, it may mean that the connection has failed or there is an error. For corresponding explanations, please refer to https://platform.openai.com/docs/guides/error-codes/api-errors.
  • The section below provides a guide on how to successfully connect MSPbots to OpenAI. 

...