outlined when truncation is taking place in the prompt
This commit is contained in:
parent
178a84bcf6
commit
19c2df4822
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue