Skip to content

Commit

Permalink
docs: update acknowledgements (janhq#2147)
Browse files Browse the repository at this point in the history
docs: update acknowledgements
  • Loading branch information
0xHieu01 authored Feb 26, 2024
2 parents bbe1ad5 + 6d72f4b commit 92edd85
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 75 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ This will start the web server and you can access Jan at `http://localhost:3000`
Jan builds on top of other open-source projects:

- [llama.cpp](https://github.com/ggerganov/llama.cpp)
- [LangChain](https://github.com/langchain-ai)
- [TensorRT](https://github.com/NVIDIA/TensorRT)

## Contact
Expand Down
26 changes: 26 additions & 0 deletions docs/docs/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Acknowledgements
description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.
slug: /acknowledgements
keywords:
[
Jan AI,
Jan,
ChatGPT alternative,
local AI,
private AI,
conversational AI,
no-subscription fee,
large language model,
acknowledgements,
third-party libraries,
]
---

# Acknowledgements

We would like to express our gratitude to the following third-party libraries that have made the development of Jan possible.

- [llama.cpp](https://github.com/ggerganov/llama.cpp/blob/master/LICENSE)
- [LangChain.js](https://github.com/langchain-ai/langchainjs/blob/main/LICENSE)
- [TensorRT](https://github.com/NVIDIA/TensorRT/blob/main/LICENSE)
74 changes: 0 additions & 74 deletions docs/docs/how-we-work/engineering/acknowledgements.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ const sidebars = {
items: [
"how-we-work/engineering/ci-cd",
"how-we-work/engineering/qa",
"how-we-work/engineering/acknowledgements",
],
},
"how-we-work/product-design/product-design",
"how-we-work/analytics/analytics",
"how-we-work/website-docs/website-docs",
],
},
"acknowledgements",
],
productSidebar: [
{
Expand Down

0 comments on commit 92edd85

Please sign in to comment.