mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-03 08:05:10 +01:00
chore: cleanup
This commit is contained in:
parent
e5da2e3e6a
commit
91cc44cb5f
2 changed files with 5 additions and 6 deletions
|
|
@ -57,10 +57,6 @@ struct AiPrompt<'a> {
|
|||
}
|
||||
|
||||
pub async fn ai_suggestion(last_command: &str, error_msg: &str) {
|
||||
if std::env::var("_PR_AI_DISABLE").is_ok() {
|
||||
return;
|
||||
}
|
||||
|
||||
let conf = match Conf::new() {
|
||||
Some(conf) => conf,
|
||||
None => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue