Skip to content
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

[Feature] Addition of LLM Chain #50

Open
jaintarunAI opened this issue Sep 18, 2023 · 2 comments
Open

[Feature] Addition of LLM Chain #50

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

Comments

@jaintarunAI
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.
@jaintarunAI jaintarunAI 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 ?

@jaintarunAI
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component;model LLM Model related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants