typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 09:54:46 +01:00
parent 7d9ff5c2e1
commit 0e1ea99c34
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ Change settings:
```bash
finish config set temperature 0.5
finish config set endpoint http://localhost:1234/v1/chat/completions
finish config set endpoint http://plato.lan:1234/v1/chat/completions
finish config set model your-model-name
```