Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
averypelle committed Jul 12, 2023
1 parent acbf117 commit b4efde7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binaries/llm-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ fn interactive(

// Use the initial prompt template for the first inference,
// and then switch to the message prompt prefix afterwards.
// Only the initial prompt template needs to be formatted.
let mut prompt = initial_prompt_template
.take()
.map(|template| process_prompt(template, &line))
Expand Down

0 comments on commit b4efde7

Please sign in to comment.