From 74fd7b0bdab2902f6ce8af648b29305c2f198a05 Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Wed, 5 Jun 2024 09:12:33 -0400 Subject: [PATCH] final changes --- fern/docs/pages/sdks.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fern/docs/pages/sdks.mdx b/fern/docs/pages/sdks.mdx index 7de65b7..20cd656 100644 --- a/fern/docs/pages/sdks.mdx +++ b/fern/docs/pages/sdks.mdx @@ -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. --- + ### JS Client You can find the SDK docs and package information using this link. @@ -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. --- + ### Go Client You can find the SDK docs and package information using this link. @@ -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. --- + ### Rust Client 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