Skip to content

Commit 9d7563e

Browse files
authored
fix_typo (#1766)
ez typo
1 parent fc24b1c commit 9d7563e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"source": [
121121
"### **Example OpenAPI Schema**\n",
122122
"\n",
123-
"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",
123+
"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",
124+
"\n",
125+
"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",
124126
"\n",
125127
"\n",
126128
"* **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",

0 commit comments

Comments
 (0)