Skip to content

Commit b92a6d2

Browse files
DH-5746/fixing the seed to avoid randomness
1 parent 828c64d commit b92a6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: dataherald/model/chat_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_model(
2727
model_name=model_name,
2828
openai_api_key=api_key,
2929
openai_api_base=api_base,
30+
seed=0,
3031
**kwargs
3132
)
3233
if model_family == "anthropic":

0 commit comments

Comments
 (0)