mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-02 15:55:02 +00:00
feat(docs): Feature/upgrade docs (#1741)
* Upgrade fern version * Add info about SDKs
This commit is contained in:
@@ -8,14 +8,14 @@ The clients are kept up to date automatically, so we encourage you to use the la
|
|||||||
|
|
||||||
<Cards>
|
<Cards>
|
||||||
<Card
|
<Card
|
||||||
title="Node.js/TypeScript"
|
title="Node.js/TypeScript - WIP"
|
||||||
icon="fa-brands fa-node"
|
icon="fa-brands fa-node"
|
||||||
href="https://github.com/imartinez/privateGPT-typescript"
|
href="https://github.com/imartinez/privateGPT-typescript"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
title="Python"
|
title="Python - Ready!"
|
||||||
icon="fa-brands fa-python"
|
icon="fa-brands fa-python"
|
||||||
href="https://github.com/imartinez/privateGPT-python"
|
href="https://github.com/imartinez/pgpt_python"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
</Cards>
|
</Cards>
|
||||||
@@ -24,12 +24,12 @@ The clients are kept up to date automatically, so we encourage you to use the la
|
|||||||
|
|
||||||
<Cards>
|
<Cards>
|
||||||
<Card
|
<Card
|
||||||
title="Java"
|
title="Java - WIP"
|
||||||
icon="fa-brands fa-java"
|
icon="fa-brands fa-java"
|
||||||
href="https://github.com/imartinez/privateGPT-java"
|
href="https://github.com/imartinez/privateGPT-java"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
title="Go"
|
title="Go - WIP"
|
||||||
icon="fa-brands fa-golang"
|
icon="fa-brands fa-golang"
|
||||||
href="https://github.com/imartinez/privateGPT-go"
|
href="https://github.com/imartinez/privateGPT-go"
|
||||||
/>
|
/>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"organization": "privategpt",
|
"organization": "privategpt",
|
||||||
"version": "0.17.2"
|
"version": "0.19.10"
|
||||||
}
|
}
|
Reference in New Issue
Block a user