Closed amaiya closed 10 months ago
The prompt_template argument should be set in LLM.
prompt_template
LLM
However, the prompt_template arguments to LLM.prompt and LLM.ask will override the value is supplied to LLM to facilitate experimentation.
LLM.prompt
LLM.ask
Fixed in b93812dd9494533c58561812d66f03cf72f2f55a
The
prompt_template
argument should be set inLLM
.However, the
prompt_template
arguments toLLM.prompt
andLLM.ask
will override the value is supplied toLLM
to facilitate experimentation.