CsBigDataHub
CsBigDataHub
So `curl` is packaged by default in MacOs and that version is old. Here is the MacOS packaged version - ``` /usr/bin/curl --version curl 8.7.1 (x86_64-apple-darwin24.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12...
``` (setq exec-path (remove "/opt/homebrew/opt/curl/bin" exec-path)) ;; might not be at the top initially, so remove first (setq exec-path (cons "/opt/homebrew/opt/curl/bin" exec-path)) ``` This worked that's. It was a priority...
Hello @momokrono @theJayTea Please consider this an initial draft, I tested it in KDE wayland(and KDE x11) and it works flawlessly. Of-course for wayland I could NOT find python packages...
once merged, we should be able to close https://github.com/theJayTea/WritingTools/issues/93 https://github.com/theJayTea/WritingTools/issues/99
One more though occurred, we might want to use [litellm](https://github.com/BerriAI/litellm?tab=readme-ov-file#supported-providers-docs) instead of these libraries ``` google-generativeai openai ollama ``` This would allow us to support more LLM's easily. It is...
> Hi and thank you for the draft, really appreciate the effort you've put into adding Wayland support! > > While reviewing the changes, I noticed that a significant portion...