Class ChatGlmChatModel

java.lang.Object
dev.langchain4j.model.chatglm.ChatGlmChatModel
All Implemented Interfaces:
ChatLanguageModel

public class ChatGlmChatModel extends Object implements ChatLanguageModel
Support ChatGLM, ChatGLM2 and ChatGLM3 api are compatible with OpenAI API
  • Constructor Details

    • ChatGlmChatModel

      public ChatGlmChatModel(String baseUrl, Duration timeout, Double temperature, Integer maxRetries, Double topP, Integer maxLength, boolean logRequests, boolean logResponses)
  • Method Details