Uses of Class
dev.langchain4j.community.model.zhipu.ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder
Packages that use ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder
-
Uses of ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder in dev.langchain4j.community.model.zhipu
Methods in dev.langchain4j.community.model.zhipu that return ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilderModifier and TypeMethodDescriptionZhipuAiStreamingChatModel.builder()ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.callTimeout(Duration callTimeout) Deprecated, for removal: This API element is subject to removal in a future version.ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.connectTimeout(Duration connectTimeout) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.listeners(List<dev.langchain4j.model.chat.listener.ChatModelListener> listeners) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.logRequests(Boolean logRequests) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.logResponses(Boolean logResponses) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.model(ChatCompletionModel model) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.readTimeout(Duration readTimeout) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.temperature(Double temperature) ZhipuAiStreamingChatModel.ZhipuAiStreamingChatModelBuilder.writeTimeout(Duration writeTimeout) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated due toZhipuAiClientuseHttpClientas an http client.
ZhipuAiClientuseHttpClientas an http client.