-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace openai #2369
Comments
Nice work and i have the same question. Is there a way to override LLM function to use customize llms? |
+1 |
I guess that you can inherit the base LLM model and implement the |
Hi, @tkone2018! I'm Dosu, and I'm here to help the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale. From what I understand, you were seeking guidance on how to use a local language model (llm) to replace the openai model. Howardqlz and others have also expressed interest in the same question. 20001LastOrder suggested inheriting the base LLM model and implementing the Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself or it will be automatically closed in 7 days. Thank you for your contribution and we hope to hear from you soon! |
can you tell me how to use local llm to replace the openai model,thanks, i can not find related codes
The text was updated successfully, but these errors were encountered: