stanfordnlp/dspy

dsp.settings to modify templates. Where can I find them?

Opened this issue · 1 comments

I used

dsp.settings.show_guidelines = False

But I still see the following in my template

Given the fields `question`, produce the fields `answer`.

How do I turn this off? Also where can I learn to modify my template more? I would also like to get rid of the --- in the default template. In fact, it would be good to know all the dsp.settings.

You can write a dsp.Signature and pass no docstring so it has empty instructions.