We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e600e commit 1c21992Copy full SHA for 1c21992
mobile/examples/phi-3/android/app/src/main/java/ai/onnxruntime/genai/demo/MainActivity.java
@@ -68,7 +68,7 @@ public void onClick(View v) {
68
}
69
70
String promptQuestion = userMsgEdt.getText().toString();
71
- String promptQuestion_formatted = "<|user|>" + promptQuestion + "<|end|><|assistant|>";
+ String promptQuestion_formatted = "<|user|>\n" + promptQuestion + "<|end|>\n<|assistant|>";
72
Log.i("GenAI: prompt question", promptQuestion_formatted);
73
setVisibility();
74
0 commit comments