Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 7, 2024
1 parent 39a918d commit 8fccfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fire_seq_search_server/src/query_engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ impl QueryEngine {
"LLM turned off".to_owned()
}
}
// TODO should serilize the whole vector
pub async fn get_llm_done_list(&self) -> String {
if cfg!(feature="llm") {
let llm = self.llm.as_ref().unwrap();
Expand Down

0 comments on commit 8fccfda

Please sign in to comment.