mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +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()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{ additional_prompt }}
|
||||
`{{ last_command }}` returns the following error message: `{{ error_msg }}`. Guess the intention of the command and provide possible commands to solve the issue.
|
||||
Only provide the commands in the <suggestions> section. Do not include any explanations or additional text.
|
||||
No other text should be included outside the <note> and <suggestions> sections.
|
||||
Only provide commands in the <suggestions> section. Do not include any additional text.
|
||||
No other text allowed outside the <note> and <suggestions> sections.
|
||||
Your answer should be in the following format:
|
||||
```
|
||||
<note>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue