Uses of Interface
io.quarkiverse.langchain4j.azure.openai.runtime.config.LangChain4jAzureOpenAiConfig
Packages that use LangChain4jAzureOpenAiConfig
-
Uses of LangChain4jAzureOpenAiConfig in io.quarkiverse.langchain4j.azure.openai.runtime
Methods in io.quarkiverse.langchain4j.azure.openai.runtime with parameters of type LangChain4jAzureOpenAiConfigModifier and TypeMethodDescriptionFunction
<io.quarkus.arc.SyntheticCreationalContext<dev.langchain4j.model.chat.ChatModel>, dev.langchain4j.model.chat.ChatModel> AzureOpenAiRecorder.chatModel
(LangChain4jAzureOpenAiConfig runtimeConfig, String configName) Function
<io.quarkus.arc.SyntheticCreationalContext<dev.langchain4j.model.embedding.EmbeddingModel>, dev.langchain4j.model.embedding.EmbeddingModel> AzureOpenAiRecorder.embeddingModel
(LangChain4jAzureOpenAiConfig runtimeConfig, String configName) Function
<io.quarkus.arc.SyntheticCreationalContext<dev.langchain4j.model.image.ImageModel>, dev.langchain4j.model.image.ImageModel> AzureOpenAiRecorder.imageModel
(LangChain4jAzureOpenAiConfig runtimeConfig, String configName) Function
<io.quarkus.arc.SyntheticCreationalContext<dev.langchain4j.model.chat.StreamingChatModel>, dev.langchain4j.model.chat.StreamingChatModel> AzureOpenAiRecorder.streamingChatModel
(LangChain4jAzureOpenAiConfig runtimeConfig, String configName)