mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-18 09:11:01 -04:00
fix: Move Quick Refactor agent to toml file
This commit is contained in:
@@ -16,8 +16,18 @@ file_patterns = ["*.qml"]
|
||||
prompt = """{{ tojson("<SUF>" + ctx.suffix + "<PRE>" + ctx.prefix + "<MID>") }}"""
|
||||
|
||||
[body.options]
|
||||
temperature = 0
|
||||
top_p = 1
|
||||
temperature = 0
|
||||
top_p = 1
|
||||
repeat_penalty = 1.05
|
||||
num_predict = 500
|
||||
stop = ["<SUF>", "<PRE>", "</PRE>", "</SUF>", "< EOT >", "\\end", "<MID>", "</MID>", "##"]
|
||||
num_predict = 500
|
||||
stop = [
|
||||
"<SUF>",
|
||||
"<PRE>",
|
||||
"</PRE>",
|
||||
"</SUF>",
|
||||
"< EOT >",
|
||||
"\\end",
|
||||
"<MID>",
|
||||
"</MID>",
|
||||
"##",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user