config
dandy.llm.config.config
BaseLlmConfig
Bases: BaseConfig
dandy.llm.config.config
BaseLlmConfig
Bases: BaseConfig
dandy/llm/config/config.py
http_request_intel = HttpRequestIntel(method='POST', url=(Url(host=host, port=port, path_parameters=path_parameters, query_parameters=query_parameters)), headers=headers, bearer_token=api_key)
instance-attribute
model = model
instance-attribute
options = LlmConfigOptions(prompt_retry_count=prompt_retry_count, max_input_tokens=max_input_tokens, max_output_tokens=max_output_tokens, seed=seed, randomize_seed=randomize_seed, temperature=temperature)
instance-attribute
__llm_config_post_init__
abstractmethod
get_response_content
abstractmethod
staticmethod
generate_request_body
abstractmethod