config llm server
Configure LLM Proxy servers.
config llm server
Description: Configure LLM Proxy servers.
edit <name>
set display-name {string}
set type [built-in|customized]
set built-in-server [openai|azure|...]
set azure-resource-name {string}
set end-point {var-string}
set chat-completions-api [none|openai|...]
set image-gen-api [none|openai|...]
set anthropic-version {string}
set azure-api-version {string}
set models {string}
set accept-custom-model [enable|disable]
set custom-model-allow-regex {string}
set custom-model-block-regex {string}
set verify-cert [enable|disable]
set api-key {string}
next
end
config llm server
|
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
name |
LLM Proxy server name. |
string |
Maximum length: 35 |
|
||||||||||||||||||
|
display-name |
display name of the LLM Server |
string |
Maximum length: 79 |
|
||||||||||||||||||
|
type |
LLM server type |
option |
- |
built-in |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
built-in-server |
built-in LLM server |
option |
- |
openai |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
azure-resource-name |
Azure resource name. |
string |
Maximum length: 63 |
|
||||||||||||||||||
|
end-point |
Overwrite the default end-point of the vendor. |
var-string |
Maximum length: 255 |
|
||||||||||||||||||
|
chat-completions-api |
Chat Completions API of this server |
option |
- |
openai |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
image-gen-api |
Image-Gen API of this server |
option |
- |
openai |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
anthropic-version |
Anthropic version in API |
string |
Maximum length: 63 |
2023-06-01 |
||||||||||||||||||
|
azure-api-version |
Azure API version. |
string |
Maximum length: 63 |
2024-02-01 |
||||||||||||||||||
|
models |
models of the LLM Server |
string |
Maximum length: 79 |
|
||||||||||||||||||
|
accept-custom-model |
accept custom model |
option |
- |
disable |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
custom-model-allow-regex |
custom model allow regex, allow all if empty |
string |
Maximum length: 255 |
|
||||||||||||||||||
|
custom-model-block-regex |
custom model block regex, no block if empty |
string |
Maximum length: 255 |
|
||||||||||||||||||
|
verify-cert |
Enable/disable certificate verification. |
option |
- |
enable |
||||||||||||||||||
|
|
|
|||||||||||||||||||||
|
api-key |
API Keys of the LLM server |
string |
Maximum length: 255 |
|
||||||||||||||||||