Skip to content

Commit

Permalink
changed temperature to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jun 29, 2024
1 parent 8adb6f1 commit b9e2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ pub fn show_result(results: Array, gradescope_config: rhai::Map) -> Result<()> {
model: std::env::var("OPENAI_MODEL")
.expect("OPENAI_MODEL must be set for SLO feedback"),
messages: messages.clone(),
temperature: Some(0.0),
temperature: Some(0.6),
top_p: Some(1.0),
n: Some(1),
stream: Some(false),
Expand Down

0 comments on commit b9e2442

Please sign in to comment.