mirror of https://github.com/buster-so/buster.git
o3-mini for a bit more testing before o1
This commit is contained in:
parent
a6e5ade68d
commit
a6f7950b6d
|
@ -605,8 +605,8 @@ impl Agent {
|
||||||
session_id: thread.id.to_string(),
|
session_id: thread.id.to_string(),
|
||||||
trace_id: Uuid::new_v4().to_string(),
|
trace_id: Uuid::new_v4().to_string(),
|
||||||
}),
|
}),
|
||||||
temperature: Some(0.0),
|
// temperature: Some(0.0),
|
||||||
max_completion_tokens: Some(15000),
|
// max_completion_tokens: Some(15000),
|
||||||
// reasoning_effort: Some("low".to_string()),
|
// reasoning_effort: Some("low".to_string()),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|
|
@ -206,7 +206,7 @@ impl BusterMultiAgent {
|
||||||
|
|
||||||
// Create agent, passing the selected initialization prompt as default
|
// Create agent, passing the selected initialization prompt as default
|
||||||
let agent = Arc::new(Agent::new(
|
let agent = Arc::new(Agent::new(
|
||||||
"gpt-4.1".to_string(),
|
"o3-mini".to_string(),
|
||||||
user_id,
|
user_id,
|
||||||
session_id,
|
session_id,
|
||||||
"buster_multi_agent".to_string(),
|
"buster_multi_agent".to_string(),
|
||||||
|
|
Loading…
Reference in New Issue