Skip to content

Commit

Permalink
fix: add pre_prompt to engine settings
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jun 6, 2024
1 parent 31f5e14 commit b5523c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class ModelParameterParser {
llama_model_path: 'string',
mmproj: 'string',
cont_batching: 'boolean',
pre_prompt: 'string',
};

private modelRuntimeParamTypes: { [key: string]: string } = {
Expand Down

0 comments on commit b5523c3

Please sign in to comment.