cha0sbuster

Results 2 issues of cha0sbuster

## Expected Behavior Running linux_install.sh should cause the shebang to be parsed correctly. ## Current Behavior The shebang in linux_install.sh is not parsed correctly. (error: `bad interpreter: /bin/bash^M: no such...

Currently, Character Engine is passing all sampling parameters as `float,` but KoboldAI expects an `int` for `TopK` (see #18) This fix allows for very basic KoboldAI support, albeit without e.g....