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 ca681a1 commit 61c648c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fern/docs/pages/sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ to get an access token.

You can find the SDK docs and package information using this link.

[Python SDK Docs](https://docs.predictionguard.com/docs/reference)
[Python SDK Docs](/docs/reference)

#### Python Code Example

Expand Down
4 changes: 2 additions & 2 deletions fern/docs/pages/usingllms/accessing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ etc. However, a common theme is the usage of LLMs through a REST API, which is e
model hosting provider (Replicate, Baseten, etc.)
- Self-hosted using a DIY model serving API (Flask, FastAPI, etc.)

We will use [Prediction Guard](https://www.predictionguard.com/) to call open
We will use [Prediction Guard](/) to call open
access LLMs (like Mistral, Llama 2, WizardCoder, etc.) via a standardized
OpenAI-like API. This will allow us to explore the full range of LLMs available.
Further, it will illustrate how companies can access a wide range of models
Expand Down Expand Up @@ -50,7 +50,7 @@ curl -il -X POST https://api.predictionguard.com/completions \
}'
```

You can find out more about the models available [in the docs](options/enumerations).
You can find out more about the available [Models](options/enumerations) in the docs.

The completions call should result in something similar to the following JSON
output which includes the completion.
Expand Down

0 comments on commit 61c648c

Please sign in to comment.