Skip to content

Commit b2aafe0

Browse files
committed
chore: needed to remove some info and fix links
Signed-off-by: Bill Maxwell <[email protected]>
1 parent daaadb7 commit b2aafe0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/docs/02-examples/02-api.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide will walk through the process of using the OpenAPI spec from Digital
1010

1111
If you just want to try out the Digital Ocean chatbot first:
1212

13-
Follow the [API credential][#api-access] settings here.
13+
Follow the [API credential](#api-access) settings here.
1414

1515
Then you can run the following commands to get started:
1616

@@ -20,9 +20,7 @@ gptscript github.com/gptscript-ai/digital-ocean-agent
2020

2121
## Getting started
2222

23-
In order to build this chatbot, we will be making use of GPTScripts built in chat features and OpenAPI integrations. You can follow along or download the GPTScript binary and use the repository
24-
25-
The first thing to do is download and install the GPTScript cli from [follow install]. Once this is done, we will need to download a copy of the openapi.yaml. This spec technically can be accessed dynamically, but initially, it is easier to download a copy and save it as openapi.yaml.
23+
First we will need to download a copy of the openapi.yaml. This spec technically can be accessed by URL, but initially, it is easier to download a copy and save it as openapi.yaml.
2624

2725
### The Digital Ocean openapi.yaml spec
2826

@@ -202,7 +200,7 @@ Now lets add this to our agents. You will need to add the line:
202200
Context: context.gpt
203201
```
204202

205-
To each of our agents, so the droplets.gpt, agent.gpt, and databases.gpt.
203+
To each of our agents, so the droplets.gpt, agent.gpt, and databases.gpt will have this line.
206204

207205
## Wrapping up
208206

0 commit comments

Comments
 (0)