"feat(ml_interface): update ml_body temperature value"

This commit is contained in:
Triston Armstrong 2025-01-12 13:11:53 -05:00
parent 44c996127b
commit f96ab7523e
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -1,3 +1,5 @@
use std::error::Error;
use reqwest::blocking::Client;
use serde::{Deserialize, Serialize};
@ -48,7 +50,7 @@ impl MlBody {
prompt: content,
system: directions,
options: MlOptions {
temperature: 0.5,
temperature: 0.1,
num_predict: 0,
repeat_last_n: 0,
top_k: 10,