Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
hfxsd and qiancai authored Nov 23, 2023
1 parent 709026a commit ebe25ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tidb-cloud/data-service-manage-data-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For more information, see [Deploy automatically with GitHub](/tidb-cloud/data-se

### Integrate your Data App with GPTs

You can integrate your Data App with GPTs to enhance your applications with intelligent capabilities.
You can integrate your Data App with [GPTs](https://openai.com/blog/introducing-gpts) to enhance your applications with intelligent capabilities.

To integrate your Data App with GPTs, perform the following steps:

Expand All @@ -73,8 +73,9 @@ To integrate your Data App with GPTs, perform the following steps:
4. In the displayed dialog box, you can see the following fields:

- **API Specification URL**: copy the URL of the OpenAPI Specification of your Data App. For more information, see [Use the OpenAPI Specification](#use-the-openapi-specification).
- **API Key**: provide the API key of your Data App. If you do not have an API Key yet, click **Create API Key** to create one. For more information, see [Create an API key](/tidb-cloud/data-service-api-key.md#create-an-api-key).
- **API Key Encoded**: copy the base64 encoded string equivalent of the API Key you have provided.
- **API Key**: enter the API key of your Data App. If you do not have an API key yet, click **Create API Key** to create one. For more information, see [Create an API key](/tidb-cloud/data-service-api-key.md#create-an-api-key).
- **API Key Encoded**: copy the base64 encoded string equivalent to the API key you have provided.

5. Copy the API Specification URL and the encoded API Key, and use them in the GPT configuration.

### Manage linked data sources
Expand Down

0 comments on commit ebe25ec

Please sign in to comment.