aiplanethub / genai-stack

An End to End GenAI Framework
https://genaistack.aiplanet.com/
Apache License 2.0
121 stars 40 forks source link

[Feature] Addition of LLM Chain #50

Open tarun-aiplanet opened 9 months ago

tarun-aiplanet commented 9 months ago

Hacktoberfest Accepted PR guidelines

rexdivakar commented 9 months ago

Hey @jaintarunAI can you please explain me what sort of functionality are you looking for using the LLM chain models ?

tarun-aiplanet commented 9 months ago

Hi @rexdivakar

Thank you for showing interest. The functionality for LLM Chain should take multiple input variables, uses the PromptEngine to format them into a prompt. It then passes that to the model.

Reference: https://python.langchain.com/docs/modules/chains/