Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“ docs: update docs #2791

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update docs
  • Loading branch information
arvinxx committed Jun 5, 2024
commit 5adfab025edb89389157d66b625ff3d64c67e5d1
60 changes: 30 additions & 30 deletions docs/self-hosting/advanced/settings-url-share.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@ console.log(url);

| Property name | Type |
| ------------- | ------------------------ |
| anthropic | OpenAICompatibleKeyVault |
| azure | AzureOpenAIKeyVault |
| bedrock | AWSBedrockKeyVault |
| google | OpenAICompatibleKeyVault |
| groq | OpenAICompatibleKeyVault |
| minimax | OpenAICompatibleKeyVault |
| mistral | OpenAICompatibleKeyVault |
| moonshot | OpenAICompatibleKeyVault |
| ollama | OpenAICompatibleKeyVault |
| openai | OpenAICompatibleKeyVault |
| openrouter | OpenAICompatibleKeyVault |
| perplexity | OpenAICompatibleKeyVault |
| togetherai | OpenAICompatibleKeyVault |
| zeroone | OpenAICompatibleKeyVault |
| zhipu | OpenAICompatibleKeyVault |
| anthropic | `OpenAICompatibleKeyVault` |
| azure | `AzureOpenAIKeyVault` |
| bedrock | `AWSBedrockKeyVault` |
| google | `OpenAICompatibleKeyVault` |
| groq | `OpenAICompatibleKeyVault` |
| minimax | `OpenAICompatibleKeyVault` |
| mistral | `OpenAICompatibleKeyVault` |
| moonshot | `OpenAICompatibleKeyVault` |
| ollama | `OpenAICompatibleKeyVault` |
| openai | `OpenAICompatibleKeyVault` |
| openrouter | `OpenAICompatibleKeyVault` |
| perplexity | `OpenAICompatibleKeyVault` |
| togetherai | `OpenAICompatibleKeyVault` |
| zeroone | `OpenAICompatibleKeyVault` |
| zhipu | `OpenAICompatibleKeyVault` |

- Type `OpenAICompatibleKeyVault`

Expand Down Expand Up @@ -106,21 +106,21 @@ export type UserModelProviderConfig = Record<string, ProviderConfig>;

| Property name | Type |
| ------------- | -------------- |
| anthropic | ProviderConfig |
| azure | ProviderConfig |
| bedrock | ProviderConfig |
| google | ProviderConfig |
| groq | ProviderConfig |
| minimax | ProviderConfig |
| mistral | ProviderConfig |
| moonshot | ProviderConfig |
| ollama | ProviderConfig |
| openai | ProviderConfig |
| openrouter | ProviderConfig |
| perplexity | ProviderConfig |
| togetherai | ProviderConfig |
| zeroone | ProviderConfig |
| zhipu | ProviderConfig |
| anthropic | `ProviderConfig` |
| azure | `ProviderConfig` |
| bedrock | `ProviderConfig` |
| google | `ProviderConfig` |
| groq | `ProviderConfig` |
| minimax | `ProviderConfig` |
| mistral | `ProviderConfig` |
| moonshot | `ProviderConfig` |
| ollama | `ProviderConfig` |
| openai | `ProviderConfig` |
| openrouter | `ProviderConfig` |
| perplexity | `ProviderConfig` |
| togetherai | `ProviderConfig` |
| zeroone | `ProviderConfig` |
| zhipu | `ProviderConfig` |

- Type `ProviderConfig`

Expand Down
62 changes: 31 additions & 31 deletions docs/self-hosting/advanced/settings-url-share.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@ console.log(url);

## 参数格式

### languageModel
### keyVaults

- ε‚ζ•°εŠε…Άη±»εž‹

| 参数名称 | η±»εž‹ |
| ---------- | ------------------------ |
| anthropic | OpenAICompatibleKeyVault |
| azure | AzureOpenAIKeyVault |
| bedrock | AWSBedrockKeyVault |
| google | OpenAICompatibleKeyVault |
| groq | OpenAICompatibleKeyVault |
| minimax | OpenAICompatibleKeyVault |
| mistral | OpenAICompatibleKeyVault |
| moonshot | OpenAICompatibleKeyVault |
| ollama | OpenAICompatibleKeyVault |
| openai | OpenAICompatibleKeyVault |
| openrouter | OpenAICompatibleKeyVault |
| perplexity | OpenAICompatibleKeyVault |
| togetherai | OpenAICompatibleKeyVault |
| zeroone | OpenAICompatibleKeyVault |
| zhipu | OpenAICompatibleKeyVault |
| anthropic | `OpenAICompatibleKeyVault` |
| azure | `AzureOpenAIKeyVault` |
| bedrock | `AWSBedrockKeyVault` |
| google | `OpenAICompatibleKeyVault` |
| groq | `OpenAICompatibleKeyVault` |
| minimax | `OpenAICompatibleKeyVault` |
| mistral | `OpenAICompatibleKeyVault` |
| moonshot | `OpenAICompatibleKeyVault` |
| ollama | `OpenAICompatibleKeyVault` |
| openai | `OpenAICompatibleKeyVault` |
| openrouter | `OpenAICompatibleKeyVault` |
| perplexity | `OpenAICompatibleKeyVault` |
| togetherai | `OpenAICompatibleKeyVault` |
| zeroone | `OpenAICompatibleKeyVault` |
| zhipu | `OpenAICompatibleKeyVault` |

- Type `OpenAICompatibleKeyVault`

Expand Down Expand Up @@ -105,21 +105,21 @@ export type UserModelProviderConfig = Record<string, ProviderConfig>;

| 参数名称 | η±»εž‹ |
| ---------- | -------------- |
| anthropic | ProviderConfig |
| azure | ProviderConfig |
| bedrock | ProviderConfig |
| google | ProviderConfig |
| groq | ProviderConfig |
| minimax | ProviderConfig |
| mistral | ProviderConfig |
| moonshot | ProviderConfig |
| ollama | ProviderConfig |
| openai | ProviderConfig |
| openrouter | ProviderConfig |
| perplexity | ProviderConfig |
| togetherai | ProviderConfig |
| zeroone | ProviderConfig |
| zhipu | ProviderConfig |
| anthropic | `ProviderConfig` |
| azure | `ProviderConfig` |
| bedrock | `ProviderConfig` |
| google | `ProviderConfig` |
| groq | `ProviderConfig` |
| minimax | `ProviderConfig` |
| mistral | `ProviderConfig` |
| moonshot | `ProviderConfig` |
| ollama | `ProviderConfig` |
| openai | `ProviderConfig` |
| openrouter | `ProviderConfig` |
| perplexity | `ProviderConfig` |
| togetherai | `ProviderConfig` |
| zeroone | `ProviderConfig` |
| zhipu | `ProviderConfig` |

- η±»εž‹ `ProviderConfig`

Expand Down
Loading