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] Provider-Specific Param Support in Langchain #13

Open
reyna-abhyankar opened this issue Dec 6, 2024 · 0 comments
Open

[Feat] Provider-Specific Param Support in Langchain #13

reyna-abhyankar opened this issue Dec 6, 2024 · 0 comments

Comments

@reyna-abhyankar
Copy link
Contributor

reyna-abhyankar commented Dec 6, 2024

Different provider classes (e.g., ChatOllama) may have their own format for invocation params (i.e. keyword arguments that we pass to the endpoint) that we would have to parse. Currently, we treat collect this using _get_invocation_params() which may not be exhaustive or correct in some cases (see #10 for ChatOllama). However, _get_ls_params() leaves out potential arguments.

May need to write provider-specific code to collect the parameters that can be passed directly to the LiteLLM endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant