Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Urabewe committed Dec 31, 2024
1 parent aaf6237 commit 6a4ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/ollamavision.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ window.ollamaVision = {

// Existing Ollama connection logic
const showAllModels = localStorage.getItem('ollamaVision_showAllModels') === 'true';
const host = localStorage.getItem('ollamaVision_host') || 'localhost';
let host = localStorage.getItem('ollamaVision_host') || 'localhost';
const port = localStorage.getItem('ollamaVision_port') || '11434';

// Add protocol if not present
Expand Down

0 comments on commit 6a4ce32

Please sign in to comment.