You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm not sure whats up with this but qwens tool calling doesnt apear to actually emit tool tokens?
yet it somehow works with cline so i wonder if its worth figuring this out.
./mcphost --openai-url http://192.168.92.1:8000 --model "openai:Qwen/Qwen2.5-Coder-32B-Instruct-AWQ" --openai-api-key bob
2025/02/23 10:55:12 INFO Model loaded provider=openai model=Qwen/Qwen2.5-Coder-32B-Instruct-AWQ
2025/02/23 10:55:12 INFO Initializing server... name=filesystem
2025/02/23 10:55:12 INFO Server connected name=filesystem
2025/02/23 10:55:12 INFO Tools loaded server=filesystem count=11
You: please list files
Assistant:
{"name": "filesystem__list_directory", "arguments": {"path": "."}}
The text was updated successfully, but these errors were encountered:
i'm not sure whats up with this but qwens tool calling doesnt apear to actually emit tool tokens?
yet it somehow works with cline so i wonder if its worth figuring this out.
The text was updated successfully, but these errors were encountered: