meetcharan-practice

Results 15 comments of meetcharan-practice

@dosu - The same model works under Chat but fails in Agent Chat. It was functioning correctly until yesterday, before I pulled the latest changes from the repository today. Model...

@Magicbook1108 - I believe you have the image with the latest source as of yesterday? Traceback (most recent call last): File "/ragflow/rag/llm/chat_model.py", line 750, in async_chat return await self._async_chat(history, gen_conf,...

@yongtenglei - I am not able to configure under OpenAI-API-Compatible due to the following error. hint : 102 Fail to access model(OpenAI-API-Compatible/gpt-4o).**ERROR**: MODEL_ERROR - Error code: 404 - {'error': {'code':...

@yongtenglei – At this point, I’m not able to add the Azure OpenAI LLM model at all due to the errors shown below (both with and without the changes you...

@yongtenglei - I have verified using the patch you provided, but the issue still persists. For comparison, I tested the same LLM with a standalone Python script and it works...

@yongtenglei - FYI. We are still having this issue. 2025-12-12 09:55:28,340 ERROR 20 OpenAI async completion Traceback (most recent call last): File "/ragflow/rag/llm/chat_model.py", line 482, in async_chat return await self._async_chat(history,...

@yongtenglei - Sorry, it is not possible to share the key as it belongs to my company. But we can connect over the call if that helps. My email address...

@yongtenglei - It's working perfectly now! šŸ™‚ Thank you so much for the fix, I really appreciate it.

@dosu @Magicbook1108 - I update to the latest code every day, but this problem has been occurring for more than two months.

@dosu - Thanks for the details. I’m still experiencing the issue even when running npm run dev. FYI. I rebuild a fresh image and recreate the containers every day and...