↓ 1 callersFunction_throttled_openai_chat_completion_acreate(
model: str,
messages: list[dict[str, str]],
temperature: float,
max_tokens: int,
top_p:
eval_heldout/webarena/llms/providers/openai_utils.py:164
↓ 1 callersFunction_throttled_openai_completion_acreate(
engine: str,
prompt: str,
temperature: float,
max_tokens: int,
top_p: float,
limiter
eval_heldout/webarena/llms/providers/openai_utils.py:62