-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs:
integrations
updates 18 (#27054)
Added missed provider pages. Added descriptions and links. Fixed inconsistency in text formatting. Co-authored-by: Erick Friis <erick@langchain.dev>
- Loading branch information
Showing
3 changed files
with
164 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# KoboldAI | ||
|
||
>[KoboldAI](https://koboldai.com/) is a free, open-source project that allows users to run AI models locally | ||
> on their own computer. | ||
> It's a browser-based front-end that can be used for writing or role playing with an AI. | ||
>[KoboldAI](https://github.com/KoboldAI/KoboldAI-Client) is a "a browser-based front-end for | ||
> AI-assisted writing with multiple local & remote AI models...". | ||
> It has a public and local API that can be used in LangChain. | ||
## Installation and Setup | ||
|
||
Check out the [installation guide](https://github.com/KoboldAI/KoboldAI-Client). | ||
|
||
## LLMs | ||
|
||
See a [usage example](/docs/integrations/llms/koboldai). | ||
|
||
```python | ||
from langchain_community.llms import KoboldApiLLM | ||
``` |
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