# Exclude category, to simulate scenarios where there's a set of docs you can't see exclude_category = None if len(history) > 0: completion = openai.Completion.create( engine=AZURE_OPENAI_GPT_DEPLOYMENT, prompt=summary_prompt_template.format(summary="\n".join(history), question=user_input...
# Exclude category, to simulate scenarios where there's a set of docs you can't see exclude_category = None if len(history) > 0: completion = openai.Completion.create( engine=AZURE_OPENAI_GPT_DEPLOYMENT, prompt=summary_prompt_template.format(summary="\n".join(history), question=user_input...
# Exclude category, to simulate scenarios where there's a set of docs you can't see exclude_category = None if len(history) > 0: completion = openai.Completion.create( engine=AZURE_OPENAI_GPT_DEPLOYMENT, prompt=summary_prompt_template.format(summary="\n".join(history), question=user_input...