Skip to content

Commit c7b0ec6

Browse files
committed
Set temp to 0.2
1 parent 94f35f1 commit c7b0ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisioNomicon/gpt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def batch(filepaths: list[str], base64_strs: list[str], template: str, data_dir:
4848
],
4949
}
5050
],
51-
"temperature": 0.7,
51+
"temperature": 0.2,
5252
},
5353
}
5454
)
@@ -179,6 +179,7 @@ def name_validation(name: str, template: str):
179179

180180
completion = openai.chat.completions.create(
181181
model=MODEL,
182+
temperature=0.2,
182183
messages=[
183184
{
184185
"role": "system",

0 commit comments

Comments
 (0)