Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

[Feature] Addition of LLM Chain #50

Open
tarun-aiplanet opened this issue Sep 18, 2023 · 2 comments
Open

[Feature] Addition of LLM Chain #50

tarun-aiplanet opened this issue Sep 18, 2023 · 2 comments
Assignees
Labels
component;model LLM Model related issues enhancement New feature or request

Comments

@tarun-aiplanet
Copy link
Member

  • GenAI Stack version: 0.2.0
  • Python version: 3.8+

Hacktoberfest Accepted PR guidelines

  • Please check the documentation and CONTRIBUTING.md before you start making changes
  • We accept the PR as hacktoberfest-accepted for this issue, if the PR adds the feature of LLM Chain i.e., connecting two LLM model response and make a chain.
@tarun-aiplanet tarun-aiplanet added enhancement New feature or request component;model LLM Model related issues labels Sep 18, 2023
@rexdivakar
Copy link

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

@tarun-aiplanet
Copy link
Member Author

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/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component;model LLM Model related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants