All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.unitmesh.rag.CodeDsl.kt Maven / Gradle / Ivy

Go to download

Chocolate Factory is a cutting-edge LLM toolkit designed to empower you in creating your very own AI assistant.

The newest version!
package cc.unitmesh.rag

import cc.unitmesh.cf.code.CodeSplitter

/**
 *
 */
class CodeDsl(file: String) {
    val codeSplitter = CodeSplitter(file)

    fun split(): List {
        return listOf()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy