mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-11 13:11:02 +00:00
fix URLs + fix author photo (#1289)
This commit is contained in:
parent
b76a8c5041
commit
c0fbef76c8
@ -101,7 +101,7 @@ justonf:
|
|||||||
aaronwilkowitz-openai:
|
aaronwilkowitz-openai:
|
||||||
name: "Aaron Wilkowitz"
|
name: "Aaron Wilkowitz"
|
||||||
website: "https://www.linkedin.com/in/aaronwilkowitz/"
|
website: "https://www.linkedin.com/in/aaronwilkowitz/"
|
||||||
avatar: "https://raw.githubusercontent.com/aaron-wilkowitz/asw_photo/main/asw_623_623.jpg"
|
avatar: "https://avatars.githubusercontent.com/u/157151487"
|
||||||
|
|
||||||
charuj:
|
charuj:
|
||||||
name: "Charu Jaiswal"
|
name: "Charu Jaiswal"
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n",
|
"This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n",
|
||||||
"- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n",
|
"- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n",
|
||||||
"- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions-library)\n",
|
"- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions/actions-library)\n",
|
||||||
"- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/getting-started)"
|
"- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/actions/getting-started)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail."
|
"Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail."
|
"Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -154,6 +154,7 @@
|
|||||||
" operationId: runQuery\n",
|
" operationId: runQuery\n",
|
||||||
" summary: Executes a query on a specified BigQuery table.\n",
|
" summary: Executes a query on a specified BigQuery table.\n",
|
||||||
" description: Submits a query to BigQuery and returns the results.\n",
|
" description: Submits a query to BigQuery and returns the results.\n",
|
||||||
|
" x-openai-isConsequential: false\n",
|
||||||
" parameters:\n",
|
" parameters:\n",
|
||||||
" - name: projectId\n",
|
" - name: projectId\n",
|
||||||
" in: path\n",
|
" in: path\n",
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n",
|
"This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n",
|
||||||
"- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n",
|
"- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n",
|
||||||
"- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions-library)\n",
|
"- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions/actions-library)\n",
|
||||||
"- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/getting-started)"
|
"- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/actions/getting-started)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -87,7 +87,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail."
|
"Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -121,7 +121,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail."
|
"Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user