added fix
This commit is contained in:
parent
128dd854b2
commit
f06e7b2984
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def render_prompt(filename: str, context: dict, base_directory: str = None) -> s
|
||||||
|
|
||||||
# Set the base directory relative to the cognee root directory
|
# Set the base directory relative to the cognee root directory
|
||||||
if base_directory is None:
|
if base_directory is None:
|
||||||
base_directory = get_absolute_path("./infrastructure/llm/prompts")
|
base_directory = get_absolute_path("./infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts")
|
||||||
|
|
||||||
# Initialize the Jinja2 environment to load templates from the filesystem
|
# Initialize the Jinja2 environment to load templates from the filesystem
|
||||||
env = Environment(
|
env = Environment(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue