Menu

#3 Tie into GPT-3 API

GPT-3 Integration
open
None
2021-11-22
2021-10-15
No

Tie into the GPT-3 API and allow users to send and receive messages.

Discussion

  • Andrew Earls

    Andrew Earls - 2021-11-19

    Create a job that sends messages to GPT-3
    To send a message set up a client
    request an answer
    Upload document to the GPT-3

     
  • Andrew Earls

    Andrew Earls - 2021-11-20

    messages can be sent to gpt and messages are received.
    documents are uploaded when the message is sent. To stream line this and reduce cost we will need to "fine-tune" the gpt.
    to do this we will need to come up with training statements and store them in a file that is uploaded to the open ai api.
    Our next steps.
    put the chat system behind a user login.
    put it on a testing server.
    verify that this process is okay with open ai.
    look at the instruct series.

     
  • Andrew Earls

    Andrew Earls - 2021-11-22

    Putting chat system behind login:
    User is passed through workflow.
    instead we need to make a database to store the messages.
    the user id should be a relationship on the messages.
    The user should have an obfuscated private channel assigned to them.
    We need to make the table for messages next.

    Messages are not being received on private channels

     

Log in to post a comment.