Skip to content

Commit

Permalink
chore: improve llm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
derogab committed Aug 14, 2024
1 parent 8b1cd61 commit d4bd3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default {
{ role: "system", content: "You will receive the voicemail as unique input." },
{ role: "system", content: "Be careful not to confuse the caller's phone number with the called one." },
{ role: "system", content: "You MUST reply with only the caller number." },
{ role: "user", content: emailSubject },
{ role: "user", content: emailObj.text },
{ role: "user", content: emailSubject + '\n\n' + emailObj.text },
],
});
const caller = llamaResponse.response;
Expand Down

0 comments on commit d4bd3ad

Please sign in to comment.