Skip to content

Commit

Permalink
Update DEFAULT_AGENTS in defaults.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Nov 14, 2023
1 parent bf0ccea commit 2f001a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const DEFAULT_AGENTS = [
repeat_last_n: -1,
repeat_penalty: 1.18,
num_predict: -2,
num_ctx: 2048,
num_ctx: 4096,
stop: ["</s>", "<|system|>", "<|user|>", "<|assistant|>"],
},
checkedOptions: [],
checkedOptions: ["num_ctx", "stop"],
promptTemplate:
'{%- for message in messages -%}\n{% include "message" %}\n{% endfor -%}\n<|assistant|>\n',
messages: [
Expand Down

0 comments on commit 2f001a9

Please sign in to comment.