ianarawjo/ChainForge

Bug: Templating in LLM Scorer doesn't seem to work

Valian opened this issue · 2 comments

Hi 👋 , thanks for creating a nice piece of software!

I was following instructions from the documentation to rate some LLM responses.

It looks like templating isn't working as expected. Tried various options but no avail. Could you tell me if I'm doing something wrong or there is really a bug?

image image

Hi, it could be that it didn’t remove the spaces you have around topic. Try removing the spaces and try. If it still doesn’t work lmk.

wow yes, it was the reason :) maybe spaces could be trimmed from variables to prevent such errors in the future?