diff --git a/examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb b/examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb index 64d419c..a70f062 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb @@ -120,7 +120,9 @@ "source": [ "### **Example OpenAPI Schema**\n", "\n", - "Once you've created a Custom GPT, copy the text below in the Actions panel. This offers an example of what you could include within functions, but . Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail. As well, try [ActionsGPT](https://chatgpt.com/g/g-TYEliDU6A-actionsgpt), a CustomGPT OpenAI created to help with Actions. The three examples are:\n", + "Once you've created a Custom GPT, copy the text below in the Actions panel. This offers an example of what you could include as functions of your GPT.\n", + "\n", + "Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail. As well, try [ActionsGPT](https://chatgpt.com/g/g-TYEliDU6A-actionsgpt), a CustomGPT OpenAI created to help with Actions. The three examples are:\n", "\n", "\n", "* **List Files**: this is the core action that lists the files in your drive. Within this are a few parameters, such as `q`, `includeItemsFromAllDrives,supportsAllDrives`\n",