LLMOptions
dbally.data_models.llm_options.LLMOptions
dataclass
LLMOptions(frequency_penalty: Optional[float], max_tokens: Optional[int], n: Optional[int], presence_penalty: Optional[float], seed: Optional[int], stop: Optional[Union[str, List[str]]], temperature: Optional[float], top_p: Optional[float], dict=asdict)
Dataclass that represents all available LLM call options for the OpenAI API. Each of them is described in the OpenAI API documentation