Fix bad cd
sometimes used by BashTool
and set edit model temperature to 0 (#26656)
Release Notes: - N/A
This commit is contained in:
parent
70c973f6c3
commit
4ecd1b5174
2 changed files with 4 additions and 1 deletions
|
@ -151,7 +151,7 @@ impl EditFilesTool {
|
|||
messages,
|
||||
tools: vec![],
|
||||
stop: vec![],
|
||||
temperature: None,
|
||||
temperature: Some(0.0),
|
||||
};
|
||||
|
||||
let mut parser = EditActionParser::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue