mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-29 13:24:50 +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 {
|
suspend fun applyChatTemplate(messages: List<Map<String, String>>): String {
|
||||||
var data = ""
|
var data = ""
|
||||||
withContext(runLoop){
|
withContext(runLoop){
|
||||||
|
Loading…
Reference in New Issue
Block a user