mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Don't reset research mode after completing research execution
This commit is contained in:
@@ -757,7 +757,6 @@ async def chat(
|
|||||||
yield research_result
|
yield research_result
|
||||||
|
|
||||||
# researched_results = await extract_relevant_info(q, researched_results, agent)
|
# researched_results = await extract_relevant_info(q, researched_results, agent)
|
||||||
in_research_mode = False
|
|
||||||
logger.info(f"Researched Results: {researched_results}")
|
logger.info(f"Researched Results: {researched_results}")
|
||||||
|
|
||||||
for cmd in conversation_commands:
|
for cmd in conversation_commands:
|
||||||
@@ -1022,7 +1021,7 @@ async def chat(
|
|||||||
|
|
||||||
# Generate Output
|
# Generate Output
|
||||||
## Generate Image Output
|
## Generate Image Output
|
||||||
if ConversationCommand.Image in conversation_commands:
|
if ConversationCommand.Image in conversation_commands and not in_research_mode:
|
||||||
async for result in text_to_image(
|
async for result in text_to_image(
|
||||||
defiltered_query,
|
defiltered_query,
|
||||||
user,
|
user,
|
||||||
|
|||||||
Reference in New Issue
Block a user