how does it follow rules? #238
-
Without doing prompt engineering, how does griptape ensure that the passed rulesets are followed? I am facing several issues of the LLM (openai gpt3.5 turbo) not following the commands in the response, such as "as an ai language model" or "according to the provided context" using my own prompts (not using griptape), is there a technique griptape uses to ensure this consistency? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@hyusetiawan You can take a look at how |
Beta Was this translation helpful? Give feedback.
@hyusetiawan You can take a look at how
Ruleset
s are inserted into the prompt through task templates. There is still prompt engineering going on here, but we try to abstract some of it away from the developer.