We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在某些场景下,ChatOpenAI无法使用,需要基于LLM自定义Model,但是参考项目中接入langchain的模型,缺少了with_structured_output方法,而原项目中存在着这样的方法,导致使用langchain接入模型也无法使用。 参考项目中的LLaMa3接入langchain的方法: https://github.com/datawhalechina/self-llm/blob/master/models/LLaMA3/02-LLaMA3-8B-Instruct%20langchain%20%E6%8E%A5%E5%85%A5.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在某些场景下,ChatOpenAI无法使用,需要基于LLM自定义Model,但是参考项目中接入langchain的模型,缺少了with_structured_output方法,而原项目中存在着这样的方法,导致使用langchain接入模型也无法使用。
参考项目中的LLaMa3接入langchain的方法:
https://github.com/datawhalechina/self-llm/blob/master/models/LLaMA3/02-LLaMA3-8B-Instruct%20langchain%20%E6%8E%A5%E5%85%A5.md
The text was updated successfully, but these errors were encountered: