Skip to content

Commit

Permalink
Modified Chapter 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidra committed Feb 19, 2024
1 parent 34bcda6 commit df76b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _episodes/08-Using LLMs for APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Let's query our cognitive co-pilot!
## Understanding API Responses
You can also paste in a block of JSON/XML response from an API request to GPT4 and ask it to describe it for you.

```xml

...
<Field>
<Name>P1DAT</Name>
Expand All @@ -104,8 +104,7 @@ You can also paste in a block of JSON/XML response from an API request to GPT4 a
<Description>Related Projects</Description>
<DbTo>bioproject</DbTo>
</Link>
...
```


## Resolving Errors
Sometimes you can receive error codes from an API request. LLMs like GPT-4 can help you understand and resolve these errors.
Expand Down

0 comments on commit df76b0d

Please sign in to comment.