Skip to content

Commit

Permalink
Isaac/realfixes (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 authored Aug 6, 2024
1 parent 442cb47 commit b36a339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain_benchmarks/tool_usage/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(
eval_llm = eval_llm or ChatOpenAI(
model="gpt-4",
temperature=0,
model_kwargs={"seed": 42},
seed=42,
max_retries=1,
request_timeout=60,
)
Expand Down

0 comments on commit b36a339

Please sign in to comment.