outlined when truncation is taking place in the prompt

This commit is contained in:
KCaverly 2023-10-19 14:33:52 -04:00
parent 178a84bcf6
commit 19c2df4822
3 changed files with 6 additions and 3 deletions

View file

@ -166,8 +166,6 @@ pub fn generate_content_prompt(
let chain = PromptChain::new(args, templates);
let (prompt, _) = chain.generate(true)?;
println!("PROMPT: {:?}", &prompt);
anyhow::Ok(prompt)
}