Skip to content

Commit e6d9526

Browse files
authored
Update model.py
1 parent 7cd3b2e commit e6d9526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ def create_huggingface_hub():
1818
return HuggingFaceHub(
1919
huggingfacehub_api_token=HUGGINGFACE_API_TOKEN,
2020
repo_id=REPO_ID,
21-
model_kwargs={"temperature": 0.2, "max_new_tokens": 180},
21+
model_kwargs={"temperature": 0.7, "max_new_tokens": 180},
2222
)

0 commit comments

Comments
 (0)