Skip to content

Commit

Permalink
DH-5746/fixing the seed to avoid randomness
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Apr 18, 2024
1 parent 828c64d commit b92a6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/model/chat_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def get_model(
model_name=model_name,
openai_api_key=api_key,
openai_api_base=api_base,
seed=0,
**kwargs
)
if model_family == "anthropic":
Expand Down

0 comments on commit b92a6d2

Please sign in to comment.