Do these variables replace, system_prompt ,query_wrapper_prompt #115
-
Do these variables replace, system_prompt ,query_wrapper_prompt instructions in file templates.py system_prompt='....................', query_engine = AutoQueryEngine.from_parameters( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @seoeaa, Yes, the |
Beta Was this translation helpful? Give feedback.
Hi @seoeaa,
Yes, the
system_prompt
andquery_wrapper_prompt
are used if you set with your desired prompt text in theAutoQueryEngine
setup. If you prefer to don't set them, just remove and our function will use the defaults in ourtemplates
module :)