mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
docs: update changes
This commit is contained in:
parent
10d20338e5
commit
3e65e07b9e
2 changed files with 7 additions and 2 deletions
|
|
@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Using Damerau variation for string comparison
|
- Using Damerau variation for string comparison
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Panics in core and runtime-rules module
|
||||||
|
- Removed duplicated characters in stream output
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- `exe_contains` rule as it can be done with regex
|
- `exe_contains` rule as it can be done with regex
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Configuration is done via environment variables:
|
||||||
- `https://api.openai.com/v1/chat/completions` (Note: OpenAI's ChatGPT is very slow)
|
- `https://api.openai.com/v1/chat/completions` (Note: OpenAI's ChatGPT is very slow)
|
||||||
- `https://api.groq.com/openai/v1/chat/completions`
|
- `https://api.groq.com/openai/v1/chat/completions`
|
||||||
- `http://localhost:11434/api/chat`: Ollama
|
- `http://localhost:11434/api/chat`: Ollama
|
||||||
- `_PR_AI_MODEL`: Model used
|
- `_PR_AI_MODEL`: Model used. Reasoning models are also supported
|
||||||
- `_PR_AI_DISABLE`: Setting to any value disables AI integration
|
- `_PR_AI_DISABLE`: Setting to any value disables AI integration
|
||||||
- `_PR_AI_LOCALE`: Locale in which the AI explains the suggestion. Defaults to user system locale
|
- `_PR_AI_LOCALE`: Locale in which the AI explains the suggestion. Defaults to user system locale
|
||||||
- `_PR_AI_ADDITIONAL_PROMPT`: Additional prompts to be included. (Yes, you can include role-playing prompts you pervert)
|
- `_PR_AI_ADDITIONAL_PROMPT`: Additional prompts to be included. (Yes, you can include role-playing prompts you pervert)
|
||||||
|
|
@ -68,7 +68,7 @@ If default values were not provided, pay-respects' own values will be used. Your
|
||||||
|
|
||||||
## Advanced Usages
|
## Advanced Usages
|
||||||
|
|
||||||
For non-trivial suggestions, you can add more context as comments (interactive comments needs to be explicitly enabled in Bash and Zsh):
|
For non-trivial suggestions, you can add more context as comments (for Bash and Zsh, interactive comments needs to be explicitly enabled):
|
||||||
```sh
|
```sh
|
||||||
pacman -S # how do I install Rust?
|
pacman -S # how do I install Rust?
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue