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:10:02 +01:00
parent 24d36cbad4
commit 08b76124e2
9 changed files with 79 additions and 79 deletions

View File

@@ -5,7 +5,7 @@
Install and set up finishte:
```bash
finishte install
finish install
source ~/.bashrc
```
@@ -14,21 +14,21 @@ source ~/.bashrc
View current settings:
```bash
finishte config
finish config
```
Change settings:
```bash
finishte config set temperature 0.5
finishte config set endpoint http://localhost:1234/v1/chat/completions
finishte config set model your-model-name
finish config set temperature 0.5
finish config set endpoint http://localhost:1234/v1/chat/completions
finish config set model your-model-name
```
Reset to defaults:
```bash
finishte config reset
finish config reset
```
## Model Selection
@@ -36,7 +36,7 @@ finishte config reset
Select a model interactively:
```bash
finishte model
finish model
```
Use arrow keys to navigate, Enter to select, or 'q' to quit.
@@ -46,25 +46,25 @@ Use arrow keys to navigate, Enter to select, or 'q' to quit.
Show help:
```bash
finishte --help
finish --help
```
Test completions without caching:
```bash
finishte command "your command here"
finish command "your command here"
```
Preview the prompt sent to the model:
```bash
finishte command --dry-run "your command here"
finish command --dry-run "your command here"
```
View system information:
```bash
finishte system
finish system
```
## Usage Statistics
@@ -72,7 +72,7 @@ finishte system
Check your usage stats and costs:
```bash
finishte usage
finish usage
```
## Cache Management
@@ -80,7 +80,7 @@ finishte usage
Clear cached completions and logs:
```bash
finishte clear
finish clear
```
## Enable/Disable
@@ -88,21 +88,21 @@ finishte clear
Temporarily disable:
```bash
finishte disable
finish disable
```
Re-enable:
```bash
finishte enable
finish enable
```
## Uninstallation
Remove finishte completely:
Remove finish completely:
```bash
finishte remove
finish remove
```
## Using finishte