Added Relevant comments

This commit is contained in:
dhruvanand24 2025-01-03 16:15:47 +05:30
parent 967987f287
commit 996dc4cdd2

View File

@ -154,7 +154,7 @@ class LLamaAndroid {
}
}
}
// call this function before sending the message using send function
suspend fun applyChatTemplate(messages: List<Map<String, String>>): String {
var data = ""
withContext(runLoop){