0.0.16 • Published 1 year ago

@flakeed/chatgpt v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Steps for Starting to Use ChatGPT from Deep

Video instruction: https://www.youtube.com/watch?v=ieO2shJyrB8

  1. Go to https://github.com/deep-foundation/dev and run Gitpod. image

  2. Wait for the Deep server to start in the terminal. Once it has started, you will see a message: image

  3. After the server starts, open the port tab and click on the link to open port 3007. image

  4. In the new tab, click on the side of the menu to access additional options: image

  5. Copy the admin token to enter deep as admin for the next two steps: ("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwczovL2hhc3VyYS5pby9qd3QvY2xhaW1zIjp7IngtaGFzdXJhLWFsbG93ZWQtcm9sZXMiOlsiYWRtaW4iXSwieC1oYXN1cmEtZGVmYXVsdC1yb2xlIjoiYWRtaW4iLCJ4LWhhc3VyYS11c2VyLWlkIjoiMzc2In0sImlhdCI6MTY3OTQxMjU4Mn0.QqCMnR2xUVNKGFwtB0P4piNYtNngvcdz83yYHEEt0mM") and click here: image

  • Click on the login button: image
  • After logging in, you will see a new interface: image
  1. Insert a query link by right-clicking and holding down the right mouse button. image image image

  2. Open the editor by right-clicking and holding down the right mouse button on the query link: image

  • Insert this code: {id:{_gt:922}} and press Ctrl+S to save: image
  1. Click on the query link, and then click on the next button: image

  2. The next step is to open the packager and find the chatgpt package in the "not installed" section: image image

  3. Click on "promises" to see results of async reactions image

  • ChatGPT package and it dependency Messaging are installed image
  1. Insert the "Join" link from the chatgpt package to the user: image image

  2. Now you can create links to start a chat and chat with ChatGPT:

  • First, you need to create an API key for the ChatGPT API by visiting this link: https://platform.openai.com/account/api-keys: image Then, copy the API key: image

  • Create an OpenAiApiKey link and paste the token from previous step into the editor. Save it by pressing Ctrl+S: image
    image

  • Create a UsesOpenAiApiKey link to make OpenAiApiKey the current token from user to OpenAiApiKey: image
  • Create a Converstion link: image

  • Create a Message link and enter your question for ChatGPT. Save it by pressing Ctrl+S: image image

  • Create a Reply link from the Message link to the Conversation link: image image image
  1. To continue chatting with ChatGPT, create a message with a question and then create a reply link from the user message to the ChatGPT message: image image

That's all! You can now continue using ChatGPT by following step 13 as needed.

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago