Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <zww@hdls.me>
  • Loading branch information
zwwhdls committed Nov 7, 2023
1 parent c07572a commit 74d4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/friday/keywords_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func (f FakeKeyWordsLLM) Completion(prompt prompts.PromptTemplate, parameters ma
}

func (f FakeKeyWordsLLM) Chat(prompt prompts.PromptTemplate, parameters map[string]string) ([]string, error) {
return []string{"a b c"}, nil
return []string{"a, b, c"}, nil
}

0 comments on commit 74d4282

Please sign in to comment.