-
-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Allow users to specify model parameters (e.g. temperature) when invoking a model through the %%ai magic command.
Proposed Solution
Not sure. My initial guess is that:
-
Common OpenAI-API-compatible parameters available to most LiteLLM models like
temperatureandtop_kshould be available as command-line flags. -
Additional arguments may be passed as a dictionary, e.g.
--args={...}.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request