Skip to content

Commit

Permalink
saving work
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Jun 6, 2024
1 parent 46dc265 commit ca681a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fern/docs/pages/usingllms/accessing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ Further, it will illustrate how companies can access a wide range of models
(outside of the GPT family).

In order to "prompt" an LLM via Prediction Guard (and eventually engineer prompts),
you can use any of the following SDKs: [Python](docs/getting-started/sd-ks#pythonclient),
[Go](docs/getting-started/sd-ks#goclient),
[Rust](docs/getting-started/sd-ks#rustclient),
[JS](docs/getting-started/sd-ks#jsclient), and
[HTTP](api-reference/api-reference/check-api-health).
you can use any of the following SDKs:
[Python](/docs/getting-started/sd-ks#pythonclient),
[Go](/docs/getting-started/sd-ks#goclient),
[Rust](/docs/getting-started/sd-ks#rustclient),
[JS](/docs/getting-started/sd-ks#jsclient), and
[HTTP](/api-reference).

We will use CURL to show an example:

Expand Down

0 comments on commit ca681a1

Please sign in to comment.