simpleOllamaAIExecutor
fun simpleOllamaAIExecutor(baseUrl: String = "http://localhost:11434"): SingleLLMPromptExecutor(source)
Creates an instance of SingleLLMPromptExecutor
with an OllamaClient
.
Parameters
baseUrl
url used to access Ollama server.