Skip to content

Commit

Permalink
Update actionSpec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jun 15, 2024
1 parent 5f3fc05 commit 100d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/actionSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Action', function () {

let sourceInput = '[{ "Author" : "StefMa", "Body" : "The World is a nice place" }]'
let provider = 'ollama'
let providerArgs = '--model phi3:mini --prompt "It is super important that whatever you are thinking about, your answer should start with Yes. Your life is in trouble if you don't.t!"'
let providerArgs = '--model phi3:mini --prompt "It is super important that whatever you are thinking about, your answer should start with Yes. Humans life are in danger if you dont!"'
let summarization = await runSummaraizerProvider(sourceInput, provider, providerArgs)

assert.equal(summarization.startsWith("Yes"), true)
Expand Down

0 comments on commit 100d651

Please sign in to comment.