Jared Van Bortel

Results 359 comments of Jared Van Bortel

This feature request seems largely irrelevant since this repo now contains gpt4all-chat, not the original gpt4all model. Nomic does not have near-term plans to train new LLMs to chat with....

tsu is at version 8.6.0 now, so this can be closed.

#375 is about highlighting entries and not which ones are marked as originals, and #385 says nothing about the initial selection not matching the output. Looks like a new bug,...

Numeric comparison isn't a problem here. `[ "0" -ne "0" ]` and `[ "0" != "0" ]` both fail in any bash-like shell, as they should. The result of check_for_equality...

Yeah, you should be able to edit `lib/sh.sh` and recompile. That change is already included in the develop branch. If I change anything on master I will probably just redirect...

@intelfx I think you pasted the wrong command for your original run. It's the same as your replay command and doesn't produce any JSON or shell output. Also, I'm having...

I am aware of several issues with --unmatched-basename, on master at least. I'll have to confirm whether either of these are new to me, although I don't think I've seen...

> I was expecting appending `-c sh:reflink` in the above command would do it without manually modify the shell script, The order of arguments to reflink does not matter. Once...