-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added docs for OpenRouter, and Alltalk V2
Update docs
- Loading branch information
Showing
4 changed files
with
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Using OpenRouter | ||
order: 13 | ||
--- | ||
|
||
Navigate to [openrouter.ai](https://openrouter.ai/). Hover over the profile icons on the right-hand side, then select the "Keys" tab from the dropdown menu. Click "Create Key," copy the API key, and paste it into the settings. | ||
|
||
### OpenRouter Configuration | ||
|
||
Set the backend to OpenRouter: | ||
|
||
```bash | ||
Settings -> ChatBot -> ChatBot Backend -> OpenRouter | ||
``` | ||
|
||
Set the API key: | ||
|
||
```bash | ||
Settings -> ChatBot -> OpenRouter -> OpenRouter API Key | ||
``` | ||
|
||
Set the OpenRouter model: | ||
|
||
```bash | ||
Settings -> ChatBot -> OpenRouter -> OpenRouter Model | ||
``` |
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