Yorick Terweijden
Yorick Terweijden
PR #355 implemented a few already
Would `sshpass` be sufficient for this task? https://linux.die.net/man/1/sshpass
Here's an example how it should work with [Flexslider](http://www.woothemes.com/flexslider/): ``` JS $(window).load(function() { $(".firstimage img").trigger("unveil"); $('#slider').flexslider({ before: function(slider) { $(slider.newSlides).find("img").trigger("unveil"); } }); }); ``` The important bit is _first_ always...
I didn't want to open a new issue as this one already exists, but I saw that Microsoft released a Go client for their Azure OpenAI and it's compatible with...
Is there no way to switch to a compatible `llama.cpp`? I'm on a metered and slow connection and it already took 2 tries (because `llm` doesn't yet support resume which...
I have noticed the same behavior. You can reference files in the remote server but it then throws errors as it prefixes it with the local dir. Also the attach...
Quick chime in, if this is the wrong place for the discussion then direct me to where I should. Does this also allow an `Agent` that calls a sub-agent via...
The exact point is that I don't want to have multiple agents preconfigured tied to a provider or thinking. This might be great for defaults, but right now I need...