Bakalarska_praca/fern/docs/pages/api-reference/sdks.mdx
oleh 959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
add self code
2024-09-27 18:52:16 +02:00

39 lines
810 B
Plaintext

We use [Fern](www.buildwithfern.com) to offer API clients for Node.js, Python, Go, and Java.
We recommend using these clients to interact with our endpoints.
The clients are kept up to date automatically, so we encourage you to use the latest version.
## SDKs
*Coming soon!*
<Cards>
<Card
title="TypeScript"
icon="fa-brands fa-node"
href="https://github.com/zylon-ai/privategpt-ts"
/>
<Card
title="Python"
icon="fa-brands fa-python"
href="https://github.com/zylon-ai/pgpt-python"
/>
<br />
</Cards>
<br />
<Cards>
<Card
title="Java - WIP"
icon="fa-brands fa-java"
href="https://github.com/zylon-ai/private-gpt-java"
/>
<Card
title="Go - WIP"
icon="fa-brands fa-golang"
href="https://github.com/zylon-ai/private-gpt-go"
/>
</Cards>
<br />