nausher
nausher
A user customizable snooze option or options (15 min, 1 hr, 3 hr) would be very helpful. If implementing the time parsing mins/hr is complicated. Offering even just 3 standard...
> I know this sound very personalised. But from me as end user perspective, the bottom pop-up notification after unlock forces me to take action on handling my task, and...
Thanks for the tips @aaronbieber . I ended up using an Apple Script that does something similar but without the Python dependency. The Script is here on Github - https://github.com/sprig/org-capture-extension...
I believe the change for this could be as simple as addding ".org" to this line in backend/danswer/connectors/file/utils.py `_VALID_FILE_EXTENSIONS = [".txt", ".zip", ".pdf", ".md", ".mdx"]` changed to - `_VALID_FILE_EXTENSIONS =...
@zarlor - the issue seems to be now limited to ".org" files. The code has a filter to accept files with the extesnion ".md" & ".mdx"
I had this exact issue. I resolved it by following @sunwukung 's guidance to remove the already existing file(s) referenced in the alist and having org-gcal create them by itself....
In my case, when I enter the Open AI key, I get a Red pop up box at the bottom left that says "Not found" I've tried both Open AI...
I don't see the providers. Here is the screen I see. And when attempting to add an Open AI key I get the error 'Not Found' in a red box...
@exsodus2 - I don't see an option to set up a custom LLM provider. A couple of questions, since I believe the .env is not being loaded correctly. Is your...
I tried setting up a custom LLM provider after (1) pulling / building & force restarting the containers 2-3 times and (2) adding my Open AI keys. However, when I...