Open vporton opened 1 year ago
There, apparently should be f'CONTEXT\n----------------------------\n {context}' instead of f'CONTENT\n----------------------------\n {context}' in server/src/core/llm/prompt_handler.py
f'CONTEXT\n----------------------------\n {context}'
f'CONTENT\n----------------------------\n {context}'
There, apparently should be
f'CONTEXT\n----------------------------\n {context}'
instead off'CONTENT\n----------------------------\n {context}'
in server/src/core/llm/prompt_handler.py