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
Constructors -
Method Summary
Methods inherited from class com.hw.langchain.chat.models.base.LLM
asyncInnerGenerate, innerGenerateMethods inherited from class com.hw.langchain.llms.base.BaseLLM
asyncGeneratePrompt, asyncPredict, call, call, generate, generatePrompt, predict, predictMessagesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hw.langchain.base.language.BaseLanguageModel
asyncGeneratePrompt, asyncPredict, asyncPredictMessages, predict, predictMessages