Skip to content

Commit

Permalink
update model template (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaNingMS authored May 22, 2024
1 parent 18e600e commit 1c21992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void onClick(View v) {
}

String promptQuestion = userMsgEdt.getText().toString();
String promptQuestion_formatted = "<|user|>" + promptQuestion + "<|end|><|assistant|>";
String promptQuestion_formatted = "<|user|>\n" + promptQuestion + "<|end|>\n<|assistant|>";
Log.i("GenAI: prompt question", promptQuestion_formatted);
setVisibility();

Expand Down

0 comments on commit 1c21992

Please sign in to comment.