mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-19 05:24:59 -04:00
fix: Add input_extra to llama.cpp validator
This commit is contained in:
@ -167,6 +167,7 @@ QList<QString> LlamaCppProvider::validateRequest(
|
|||||||
{"model", {}},
|
{"model", {}},
|
||||||
{"input_prefix", {}},
|
{"input_prefix", {}},
|
||||||
{"input_suffix", {}},
|
{"input_suffix", {}},
|
||||||
|
{"input_extra", {}},
|
||||||
{"prompt", {}},
|
{"prompt", {}},
|
||||||
{"temperature", {}},
|
{"temperature", {}},
|
||||||
{"top_p", {}},
|
{"top_p", {}},
|
||||||
|
Reference in New Issue
Block a user