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

@@ -9,7 +9,7 @@ setup() {
# Configure for local LM-Studio
finish config set provider lmstudio
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 darkidol-llama-3.1-8b-instruct-1.3-uncensored_gguf:2
}