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
Smart Connections works as expected, but Smart Chat quit working for me with v 2.2.85.
I have kept updating Obsidian and the Smart Connections plugin with the hope that interim upgrades would fix the problem. They have not.
I am now running Smart Connections plugin v2.3.53 0n Obsidian v1.8.4.
In Smart Chat's Smart Thread settings I am trying to use "Ollama (local)" as my "Chat Model Platform." However, no models are displayed in the "Chat Model" setting when trying to use "Ollama (local)" as my "Chat Model Platform.". The "Chat Model" setting displays "No Models currently Available."
When I depress the "Refresh Models" button to retrieve a list of available models, I get the following error messages on the developer's console:
plugin:smart-connections:16920
Error: net::ERR_CONNECTION_REFUSED
at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:114352)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
plugin:smart-connections:16333 list_response null
plugin:smart-connections:16353 Failed to fetch model data: TypeError: Cannot read properties of null (reading 'json')
at SmartChatModelOllamaAdapter.get_models
(plugin:smart-connections:16334:41)
The text was updated successfully, but these errors were encountered:
Smart Connections works as expected, but Smart Chat quit working for me with v 2.2.85.
I have kept updating Obsidian and the Smart Connections plugin with the hope that interim upgrades would fix the problem. They have not.
I am now running Smart Connections plugin v2.3.53 0n Obsidian v1.8.4.
In Smart Chat's Smart Thread settings I am trying to use "Ollama (local)" as my "Chat Model Platform." However, no models are displayed in the "Chat Model" setting when trying to use "Ollama (local)" as my "Chat Model Platform.". The "Chat Model" setting displays "No Models currently Available."
When I depress the "Refresh Models" button to retrieve a list of available models, I get the following error messages on the developer's console:
refresh_models
plugin:smart-connections:16328
get_models true
plugin:smart-connections:16331
models_request_params
{url: 'http://localhost:11434/api/tags'}
plugin:smart-connections:16917
Error in SmartHttpObsidianRequestAdapter.request():
plugin:smart-connections:16918
{
"url": "http://localhost:11434/api/tags"
}
plugin:smart-connections:16919
undefined
plugin:smart-connections:16920
Error: net::ERR_CONNECTION_REFUSED
at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:114352)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
plugin:smart-connections:16333 list_response null
plugin:smart-connections:16353 Failed to fetch model data: TypeError: Cannot read properties of null (reading 'json')
at SmartChatModelOllamaAdapter.get_models
(plugin:smart-connections:16334:41)
The text was updated successfully, but these errors were encountered: