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

feat(llm): separate multi llm configs/models #112

Merged
merged 10 commits into from
Nov 21, 2024

Conversation

HJ-Young
Copy link
Contributor

No description provided.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 14, 2024
@github-actions github-actions bot added the llm label Nov 14, 2024
@dosubot dosubot bot added the enhancement New feature or request label Nov 14, 2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: we do need to reuse the option/configs

Comment on lines 30 to 35
label_mapping = {
"chat LLM": "chat",
"extract LLM": "extract",
"text2gql LLM": "text2gql"
}
current_llm = "chat"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who use them?

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 21, 2024
@imbajin imbajin merged commit 265d43c into apache:main Nov 21, 2024
10 checks passed
@imbajin imbajin changed the title Split llm responsibilities feat(llm): separate multi llm configs/models Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer llm size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants