HyeonseoNam / auto-classifier

Auto classification plugin for Obsidian using ChatGPT.
MIT License
81 stars 9 forks source link

The system_role should be chat_role but not prmpt_template #19

Open HongjianTang opened 7 months ago

HongjianTang commented 7 months ago

https://github.com/HyeonseoNam/auto-classifier/blob/06c3c051ad22ca982a877482159da842d773fc96/src/main.ts#L111-L115

The user_prompt and system_role both are prmpt_template, it seems not right.