mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Move Docs to Fern (#1257)
This commit is contained in:
parent
ff7e2bc9dd
commit
f339f7608c
19 changed files with 1713 additions and 0 deletions
36
fern/docs/pages/sdks.mdx
Normal file
36
fern/docs/pages/sdks.mdx
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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="Node.js/TypeScript"
|
||||
icon="fa-brands fa-node"
|
||||
href="https://github.com/imartinez/privateGPT-typescript"
|
||||
/>
|
||||
<Card
|
||||
title="Python"
|
||||
icon="fa-brands fa-python"
|
||||
href="https://github.com/imartinez/privateGPT-python"
|
||||
/>
|
||||
<br />
|
||||
</Cards>
|
||||
|
||||
<br />
|
||||
|
||||
<Cards>
|
||||
<Card
|
||||
title="Java"
|
||||
icon="fa-brands fa-java"
|
||||
href="https://github.com/imartinez/privateGPT-java"
|
||||
/>
|
||||
<Card
|
||||
title="Go"
|
||||
icon="fa-brands fa-golang"
|
||||
href="https://github.com/imartinez/privateGPT-go"
|
||||
/>
|
||||
</Cards>
|
||||
|
||||
<br />
|
||||
Loading…
Add table
Add a link
Reference in a new issue