Derek Nordgren
Derek Nordgren
I'm getting the same issue and I'm also unable to login due to this issue. I'm running the bridge like the following so I can debug within the container more...
I'd generally agree with the sentiment above about not loving the GitHub login but was willing to live with it and maybe remove access later to give it a try......
Did you download the model into `models`? See this: https://github.com/imartinez/privateGPT/issues/78#issuecomment-1546545092 I had this error too but then followed that comment to download the models and now working. Downloading the model...
I think I've found it! I've changed these lines: https://github.com/llcc/org-logseq/blob/feba4fdfccc37ae49e7ab085cf58bb20a65ee680/org-logseq.el#L82-L83 to ```el ('page "grep -niR \"^#+\\(TITLE\\): *%s\" %s --exclude-dir=.git") ('id "grep -niR \":id: *%s\" %s --exclude-dir=.git")) ``` (removing `"` around...