When using OpenAI compatible API like textgen webui some models do not support role:system in API calls, thus ignoring completely instructions how to behave and will add markdown in shell mode.
This PR adds a config option FORCE_USER_ROLE to use in this scenario
When using OpenAI compatible API like textgen webui some models do not support role:system in API calls, thus ignoring completely instructions how to behave and will add markdown in shell mode. This PR adds a config option FORCE_USER_ROLE to use in this scenario