mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
docs: update changes
This commit is contained in:
parent
09217fb179
commit
6bab3c4792
3 changed files with 10 additions and 10 deletions
|
|
@ -25,12 +25,6 @@ futures-util = "0.3"
|
|||
|
||||
curl = { version = "0.4", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["libcurl"]
|
||||
# linking to libcurl dynamically requires openssl when compiling and
|
||||
# complicates cross compilation
|
||||
libcurl = ["dep:curl"]
|
||||
|
||||
[[bin]]
|
||||
name = "_pay-respects-fallback-100-request-ai"
|
||||
path = "src/main.rs"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
Module for [pay-respects](https://codeberg.org/iff/pay-respects) to request AI for suggestions.
|
||||
|
||||
Compile time features:
|
||||
|
||||
- `libcurl` (default): Dynamically links to libcurl. Requires OpenSSL when compiling. When disabled, a curl process is spawned instead.
|
||||
|
||||
## Configurations
|
||||
|
||||
Configuration is done via environment variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue