Whether LangChain supports ChatGLM model? #6969
-
Whether LangChain supports ChatGLM model? If yes, how to invoke the ChatGLM model? If no, how to access the customized model?
|
Beta Was this translation helpful? Give feedback.
Answered by
shashankdeshpande
Jul 5, 2023
Replies: 1 comment 3 replies
-
@gao-stu This code snippet might be helpful to integrate ChatGLM with Langchain - Langchai + ChatGLM |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gao-stu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gao-stu
Yes, we can define custom LLM as mentioned here - How to define Custom LLM?
This code snippet might be helpful to integrate ChatGLM with Langchain - Langchai + ChatGLM