mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
chore: default parameter tweaks
This commit is contained in:
parent
998b27f879
commit
8acb40af95
2 changed files with 4 additions and 4 deletions
|
|
@ -223,7 +223,7 @@ impl Conf {
|
|||
if let Some(url) = option_env!("_DEF_PR_AI_URL") {
|
||||
url.to_string()
|
||||
} else {
|
||||
"https://iff.envs.net/completions.py".to_string()
|
||||
"https://iff.envs.net/stream-completions.py".to_string()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -237,7 +237,7 @@ impl Conf {
|
|||
if let Some(model) = option_env!("_DEF_PR_AI_MODEL") {
|
||||
model.to_string()
|
||||
} else {
|
||||
"qwen-2.5-32b".to_string()
|
||||
"{{ _PR_AI_MODEL }}".to_string()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue