Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Jun 5, 2024
1 parent 19cdca1 commit 74fd7b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fern/docs/pages/sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ client.predict(name='test-client-sentiment4', data={
Take a look at the [examples](https://github.com/predictionguard/python-client/tree/master/examples) directory for more Python examples.

---

### <a id="jsclient">JS Client</a>

You can find the SDK docs and package information using this link.
Expand Down Expand Up @@ -124,6 +125,7 @@ Chat();
Take a look at the [examples](https://github.com/predictionguard/js-client/tree/main/examples) directory for more JS examples.

---

### <a id="goclient">Go Client</a>

You can find the SDK docs and package information using this link.
Expand Down Expand Up @@ -203,11 +205,12 @@ func run() error {
Take a look at the [examples](https://github.com/predictionguard/go-client/tree/main/examples) directory for more Go examples.

---

### <a id="rustclient">Rust Client</a>

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

[Rust SDK Docs](https://docs.predictionguard.com/docs/getting-started/welcome)
[Rust SDK Docs](https://crates.io/crates/prediction-guard)

#### Rust Code Example

Expand Down

0 comments on commit 74fd7b0

Please sign in to comment.