This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/janhq/docs into 0.6.0-docs
- Loading branch information
Showing
18 changed files
with
102 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Triton-TRT-LLM | ||
description: Learn how to integrate Triton-TRT-LLM with Jan for enhanced functionality. | ||
keywords: | ||
[ | ||
Triton-TRT-LLM API, | ||
Jan, | ||
Jan AI, | ||
ChatGPT alternative, | ||
conversational AI, | ||
large language model, | ||
integration, | ||
Triton-TRT-LLM integration, | ||
API integration | ||
] | ||
--- | ||
|
||
import { Callout, Steps } from 'nextra/components' | ||
|
||
# Triton-TRT-LLM | ||
|
||
## How to Integrate Triton-TRT-LLM with Jan | ||
|
||
This guide provides step-by-step instructions on integrating Triton-TRT-LLM with Jan, enabling users to leverage Triton-TRT-LLM's capabilities within Jan's conversational interface. | ||
|
||
<Callout type='info'> | ||
Triton-TRT-LLM extension is only supported on Jan version 0.5.1 or later. | ||
</Callout> | ||
|
||
Before proceeding, ensure you have the following: | ||
- Access to the Jan application | ||
- Triton-TRT-LLM credentials | ||
|
||
## Integration Steps | ||
<Steps> | ||
### Step 1: Configure Triton-TRT-LLM API Key | ||
1. Run [Triton-TRT-LLM](https://github.com/npuichigo/openai_trtllm) to obtain the API Keys. | ||
2. Copy your **Triton-TRT-LLM Key**. | ||
3. Navigate to the **Jan app** > **Gear Icon (⚙️)** > **Triton-TRT-LLM** section under Model Providers. | ||
4. Insert your **Triton-TRT-LLM API Key**. | ||
|
||
|
||
### Step 2: Start Chatting with the Model | ||
|
||
1. Select the model you want to use. | ||
2. Specify the model's parameters. | ||
3. Start the conversation with the model. | ||
|
||
</Steps> | ||
|
||
## Troubleshooting | ||
|
||
If you encounter any issues during the integration process or while using Triton-TRT-LLM with Jan, consider the following troubleshooting steps: | ||
|
||
- Double-check your API credentials to ensure they are correct. | ||
- Check for error messages or logs that may provide insight into the issue. | ||
- Reach out to Triton-TRT-LLM support for assistance if needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,4 @@ Here are some of the keyboard shortcuts that you can use in Jan. | |
</Tabs.Tab> | ||
|
||
</Tabs> | ||
|