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
text=`The model "${model}" was not found. To download it, run \`ollama run ${model}\`.`;
399
-
thrownewLLMError(text,this);// No need to add HTTP status details
401
+
thrownewLLMError(text,this);// No need to add HTTP status details
400
402
}elseif(text.includes("/api/chat")){
401
403
text=
402
404
"The /api/chat endpoint was not found. This may mean that you are using an older version of Ollama that does not support /api/chat. Upgrading to the latest version will solve the issue.";
0 commit comments