Skala

Results 6 comments of Skala

same problem with you, did you find solution?

> 参考这个用word试试? https://blog.vcvit.me/2025/04/21/04-dify-knowledge-base-how-to-output-image-content/ I tried using Markdown and traced the LLM node’s output—there is an image, but it isn’t displayed in the chatbox UI. output: `{ "text": "根据提供的内容,以下是关于使用Gemini API的要点整理:\n\n### 接口信息\n1....

i got the same problem with lastest code base

Sure @MervinPraisonm code: `from praisonaiagents.agents.agents import Agent, Task, PraisonAIAgents from praisonaiagents.llm.llm import LLM import os import json from dotenv import load_dotenv load_dotenv() def setup_llm(): config = { "model": os.getenv('OPENAI_MODEL', "gpt-4o-mini"),...

@k1endn, how did you build the chatbot in your demo?