A mistake in Quick Start

#1
by MaplesWCT - opened

In code of "Quick Start", a line of code is missing after the "promt_template" variable:
prompt = prompt_template.format(query=query, response=response)

Sign up or log in to comment