message
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 9s
Tests / test (bash) (push) Failing after 9s
Tests / test (zsh) (push) Failing after 9s
Tests / lint (push) Successful in 9s
Tests / docker (push) Successful in 5s

This commit is contained in:
mike
2025-12-11 13:56:14 +01:00
parent f4ef534e3f
commit b9ceaecc3d
3 changed files with 132 additions and 24 deletions

View File

@@ -66,6 +66,32 @@ finish usage # tokens & cost
Bash ≥4 or Zsh ≥5, curl, jq, bc.
Optional: bash-completion.
```json
{
"provider": "lmstudio",
"model": "darkidol-llama-3.1-8b-instruct-1.3-uncensored_gguf:2",
"endpoint": "http://plato:1234/v1/chat/completions",
"temperature": 0.0,
"api_prompt_cost": 0.0,
"api_completion_cost": 0.0,
"max_history_commands": 20,
"max_recent_files": 20,
"cache_size": 100
}
```
```json
{
"provider": "ollama",
"model": "llama3:latest",
"endpoint": "http://localhost:11434/api/chat",
"temperature": 0.2,
"api_prompt_cost": 0.0,
"api_completion_cost": 0.0,
"max_history_commands": 20,
"max_recent_files": 20,
"cache_size": 100
}
```
## License
BSD 2-Clause.