Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmead committed Apr 11, 2024
1 parent 77f11cf commit 3fc8028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ impl Llm<TestApp> for TestLlm {
"TestLlm"
}

fn alias(&self) -> &'static str {
"TestLlm"
}

async fn prompt(
&self,
_is_summarize: bool,
Expand Down

0 comments on commit 3fc8028

Please sign in to comment.