Another llm model #201
Answered
by
eyurtsev
RuddiRodriguez
asked this question in
Q&A
-
Hi , I would like to know if is possible to use another llm , beside OpenAi, like GPT4all for example. I think saw it in the documentation , but I can not find it anymore, thanks |
Beta Was this translation helpful? Give feedback.
Answered by
eyurtsev
Aug 1, 2023
Replies: 1 comment 1 reply
-
Hi @RuddiRodriguez, Kor is integrated with LangChain, which means that you can use any LLM supported by LangChain including both chat and non-chat LLMs. See documentation here: https://python.langchain.com/docs/integrations/llms/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eyurtsev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @RuddiRodriguez, Kor is integrated with LangChain, which means that you can use any LLM supported by LangChain including both chat and non-chat LLMs. See documentation here:
https://python.langchain.com/docs/integrations/llms/
https://python.langchain.com/docs/modules/model_io/models/llms/