Find answers from the community

Home
Members
Abelianmonoid
A
Abelianmonoid
Offline, last seen 2 months ago
Joined January 25, 2025
A
Abelianmonoid
·

Kwargs

Hello everyone, is there some documentation on the **kwargs of LLM.complete ? Typically, I am trying to use some parameters on the fly, within the messagemethod such as LLM.complete(prompt=prompt, temperature=1.0, output_tokens=300) etc., instead of defining the LLM object with these parameters. Is there a way to do so? I haven't been able to figure this out despite quite a bit of time on the matter.
3 comments
L
A