We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871161f commit ea92686Copy full SHA for ea92686
1 file changed
backend/apps/chat/task/llm.py
@@ -641,6 +641,7 @@ def run_task(llm_service: LLMService, session: SessionDep, in_chat: bool = True)
641
if chart['type'] != 'table':
642
yield '# todo generate chart picture'
643
644
+ yield f'![{chart["type"]}](https://sqlbot.fit2cloud.cn/images/111.png)'
645
except Exception as e:
646
llm_service.save_error(message=str(e))
647
if in_chat:
0 commit comments