↓ 2 callersMethod_chat(
self,
messages: list[dict[str, str]],
*,
temperature: float,
max_tok
adarubric/llm/vllm_client.py:73
Methodgenerate_structured(
self,
messages: list[dict[str, str]],
response_model: type[T],
*,
te
adarubric/llm/vllm_client.py:118
Methodgenerate_structured(
self,
messages: list[dict[str, str]],
response_model: type[T],
*,
te
adarubric/llm/openai_client.py:122
Methodgenerate_text(
self,
messages: list[dict[str, str]],
*,
temperature: float = 0.0,
m
adarubric/llm/vllm_client.py:173