The problem is that when using a model of Ollama, the AI doesn't respond directly, but instead sends a JSON object:
{
"name": "list_dir",
"arguments": {
"uri": "content://com.android.externalstorage.documents/tree/primary%3ADownload%2FPosedyui::primary:Download"
}
}
And nothing more than that doesn't happen any recommended model?
The problem is that when using a model of Ollama, the AI doesn't respond directly, but instead sends a JSON object:
{
"name": "list_dir",
"arguments": {
"uri": "content://com.android.externalstorage.documents/tree/primary%3ADownload%2FPosedyui::primary:Download"
}
}
And nothing more than that doesn't happen any recommended model?