Passing custom LLM params while calling llm #1095
abhishekpandey3
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use my llm instance as:-
rails = LLMRails(config, llm=self.genai_llm.get_genai_llm(llm_params), verbose=self.verbose)
So here I want to use my custom params to be used while make llm call? how can i achieve this?
Beta Was this translation helpful? Give feedback.
All reactions