Interface Langchain4jOllamaConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.ollama")
public interface Langchain4jOllamaConfig
-
Method Details
-
baseUrl
Base URL where the Ollama serving is running -
timeout
Timeout for Ollama calls -
logRequests
Whether the Ollama client should log requests -
logResponses
Whether the Ollama client should log responses -
chatModel
ChatModelConfig chatModel()Chat model related settings
-