JordyBrakie

Results 1 comments of JordyBrakie

Hey, you can add the system prompt to your Local Search function, e.g: search_engine = LocalSearch( llm=llm, context_builder=context_builder, system_prompt = LOCAL_SEARCH_SYSTEM_PROMPT, token_encoder=token_encoder, llm_params=llm_params, context_builder_params=local_context_params, response_type="multiple paragraphs", ) The default prompt...