langchaingo icon indicating copy to clipboard operation
langchaingo copied to clipboard

how to use llms.GenerateContent through chains?

Open ctrlaltdel121 opened this issue 10 months ago • 1 comments

From what I can tell, to use things like Tools, the correct approach is to call GenerateContent on a model - but all of the chains use Call().

Are the chains deprecated, or is support for GenerateContent coming? Is there a new thing to use instead of the chains package?

Thanks!

ctrlaltdel121 avatar Apr 12 '24 21:04 ctrlaltdel121

From what I can tell, to use things like Tools, the correct approach is to call GenerateContent on a model - but all of the chains use Call().

Are the chains deprecated, or is support for GenerateContent coming? Is there a new thing to use instead of the chains package?

Thanks!

chains use a GenerateContent, but with some things

devalexandre avatar Apr 12 '24 23:04 devalexandre