Chiming Ni
Chiming Ni
This is a bit weird, the command should be correct. Have you tested other models like `gpt-4o` or `gemini-2.5-flash`? The error given seems unrelated to LLM deployment. I suspect it's...
Thank you for your contribution. The only problem is that RAG feature requires `numpy
@JackWong007 @AirhornRemix I can't seem to reproduce this issue on my end. I tested with the command: `python -m ufo --task new1 -r "在打开的记事本中,输入Hello UFO"`. Could you please share which...
The current implementation of Ollama is out-of-date. I made a new version based on OpenAI API on my fork https://github.com/nice-mee/UFO/tree/vyokky/dev. I have tested this with `qwen3:30b` and the API request...
It is best to work with models with: - good support for system prompt (very important). If the model doesn't support system prompt, try moving the system prompt into user...
Alibaba has added OpenAI-compatible API endpoint for Qwen models: https://dashscope.aliyuncs.com/compatible-mode/v1. And this is even listed as the recommended method in their API platform documentation (https://bailian.console.aliyun.com/?tab=doc#/doc). I can't even find usage...
I made an initial implementation on my fork https://github.com/nice-mee/UFO/tree/vyokky/dev. This branch will be merged to main soon. I have conducted some tests and it seems to be working fine. However...
Could you provide the `response.log` and `request.log` files from the `logs/[task_name]` dir in a pastebin? This can greatly help us pinpoint out the issue
> Update the log [response.log](https://github.com/user-attachments/files/20718516/response.log) In the provided log, I saw `"Bash": "start edge",` The LLM model is trying to launch Edge using `start edge`, but the correct behavior is...