↓ 1 callersFunction_throttled_openai_chat_completion_acreate(
model: str,
messages: list[dict[str, str]],
temperature: float,
max_tokens: int,
top_p:
webarena/llms/providers/openai_utils.py:161
↓ 1 callersFunction_throttled_openai_completion_acreate(
engine: str,
prompt: str,
temperature: float,
max_tokens: int,
top_p: float,
limiter
webarena/llms/providers/openai_utils.py:60
↓ 1 callersFunctiongenerate_from_huggingface_completion(
prompt: str,
model_endpoint: str,
temperature: float,
top_p: float,
max_new_tokens: int,
webarena/llms/providers/hf_utils.py:4
↓ 1 callersFunctiongenerate_from_openai_completion(
prompt: str,
engine: str,
temperature: float,
max_tokens: int,
top_p: float,
context
webarena/llms/providers/openai_utils.py:134