Fix StaleElementReferenceException, add Ollama offline fallback, and PIL visual search generator

This commit is contained in:
abhijitgorde5-crypto
2026-08-29 23:41:57 +05:30
parent 9e919e4ae2
commit 27a98d9b93
6 changed files with 196 additions and 105 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
import os
from os.path import abspath
USER_DATA_DIR = abspath("./data-dir")
PROFILE_NAME = "Default"
PROFILE_NAME = "Default"