Skip to content

Commit 8585f75

Browse files
committed
fix typo
1 parent 716117c commit 8585f75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/cdk/lambda/utils/models.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const LLAMA2_PROMPT: PromptTemplate = {
7979

8080
const LLAMA3_PROMPT: PromptTemplate = {
8181
prefix: '<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n',
82-
suffix: ' [/INST]',
83-
join: '',
84-
user: '{}<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n',
85-
assistant: '{}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n',
86-
system: '{}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n',
82+
suffix: '',
83+
join: '\n\n',
84+
user: '{}<|eot_id|><|start_header_id|>assistant<|end_header_id|>',
85+
assistant: '{}<|eot_id|><|start_header_id|>user<|end_header_id|>',
86+
system: '{}<|eot_id|><|start_header_id|>user<|end_header_id|>',
8787
eosToken: '',
8888
};
8989

0 commit comments

Comments
 (0)