Set the llm-api-key field of the ai-search plugin to optional (#1846)

This commit is contained in:
澄潭
2025-03-03 20:42:15 +08:00
committed by GitHub
parent 188914a16b
commit 0905cd0fc0
3 changed files with 2 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ It is strongly recommended to enable this feature when using Arxiv or Elasticsea
|------|-----------|-------------|---------------|-------------|
| llmServiceName | string | Required | - | LLM service name |
| llmServicePort | number | Required | - | LLM service port |
| llmApiKey | string | Required | - | LLM service API key |
| llmApiKey | string | Optional | - | LLM service API key |
| llmUrl | string | Required | - | LLM service API URL |
| llmModelName | string | Required | - | LLM model name |
| timeoutMillisecond | number | Optional | 30000 | API call timeout (milliseconds) |