|
@@ -216,9 +216,11 @@ If you want to disable parse settings from url, set this to 1.
|
|
|
### `CUSTOM_MODELS` (optional)
|
|
|
|
|
|
> Default: Empty
|
|
|
-> Example: `+llama,+claude-2,-gpt-3.5-turbo,gpt-4-1106-preview:gpt-4-turbo` means add `llama, claude-2` to model list, and remove `gpt-3.5-turbo` from list, and display `gpt-4-1106-preview` as `gpt-4-turbo`.
|
|
|
+> Example: `+llama,+claude-2,-gpt-3.5-turbo,gpt-4-1106-preview=gpt-4-turbo` means add `llama, claude-2` to model list, and remove `gpt-3.5-turbo` from list, and display `gpt-4-1106-preview` as `gpt-4-turbo`.
|
|
|
|
|
|
-To control custom models, use `+` to add a custom model, use `-` to hide a model, use `name:displayName` to customize model name, separated by comma.
|
|
|
+To control custom models, use `+` to add a custom model, use `-` to hide a model, use `name=displayName` to customize model name, separated by comma.
|
|
|
+
|
|
|
+User `-all` to disable all default models, `+all` to enable all default models.
|
|
|
|
|
|
## Requirements
|
|
|
|