Choccy

Results 3 issues of Choccy

There are some situations where having lots of chunk overlap isn't super useful; being able to set it as 0 (or, perhaps, just not set it, and have it assume...

```python concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/Users/osi/.local/venv/atc/lib/python3.11/site-packages/urllib3/connectionpool.py", line 714, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/Users/osi/.local/venv/atc/lib/python3.11/site-packages/urllib3/connectionpool.py", line 466, in _make_request six.raise_from(e, None) File "", line 3,...

Right now, prompts get somewhat malformed, missing several newlines. In a commit that's coming soon:tm:, i'll be hardcoding the templates in `pylib/prompting/model_style.py`, but obviously a solution that can programmatically add...