Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
John Feng 2026-04-14 12:41:37 +08:00
parent b10e023361
commit e4cb0a1236

View file

@ -27,9 +27,9 @@ Examples:
picoclaw model claude-sonnet-4.6 # Set claude-sonnet-4.6 as default
picoclaw model local-model # Set local VLLM/OVMS server as default
Note: 'local-model' is a special value for using a local VLLM server
Note: 'local-model' is a special value for using a local OpenAI-compatible server
(running at localhost:8000 by default) which does not require an API key.
You can also use OVMS (OpenVINO Model Server) or other OpenAI-compatible servers.`,
It can be configured to point to vLLM, OVMS (OpenVINO Model Server), or other OpenAI-compatible servers.`,
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
configPath := internal.GetConfigPath()