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:
parent
017d3d44ff
commit
8af4e98a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Examples:
|
||||||
picoclaw model # Show current default model
|
picoclaw model # Show current default model
|
||||||
picoclaw model gpt-5.2 # Set gpt-5.2 as default
|
picoclaw model gpt-5.2 # Set gpt-5.2 as default
|
||||||
picoclaw model claude-sonnet-4.6 # Set claude-sonnet-4.6 as default
|
picoclaw model claude-sonnet-4.6 # Set claude-sonnet-4.6 as default
|
||||||
picoclaw model local-model # Set local VLLM/OVMS server as default
|
picoclaw model local-model # Set local vLLM/OVMS server as default
|
||||||
|
|
||||||
Note: 'local-model' is a special value for using a local OpenAI-compatible 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.
|
(running at localhost:8000 by default) which does not require an API key.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue