Package com.hw.langchain.llms.chatglm
Class ChatGLM
java.lang.Object
com.hw.langchain.llms.base.BaseLLM
com.hw.langchain.chat.models.base.LLM
com.hw.langchain.llms.chatglm.ChatGLM
- All Implemented Interfaces:
BaseLanguageModel
ChatGLM LLM service.
- Author:
- HamaWhite
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hw.langchain.chat.models.base.LLM
asyncInnerGenerate, innerGenerate
Methods inherited from class com.hw.langchain.llms.base.BaseLLM
asyncGeneratePrompt, asyncPredict, call, call, generate, generatePrompt, predict, predictMessages
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hw.langchain.base.language.BaseLanguageModel
asyncGeneratePrompt, asyncPredict, asyncPredictMessages, predict, predictMessages