mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-27 04:23:06 +01:00
Added Relevant comments
This commit is contained in:
parent
967987f287
commit
996dc4cdd2
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user