Added Relevant comments
This commit is contained in:
parent
967987f287
commit
996dc4cdd2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue