Pranav Bansal
Pranav Bansal
### Description - Updated the docs to open examples in a new tab. Personally, I find this more convenient as I refer to the examples and this prevents me opening...
### Description - Add `OptionsRenderer` interface - this is used by interactive multiselect printer to render the selected options - this interface is used to allow the user to overwrite...
When selecting multiple options, it will be useful for the end user of the terminal app to see the options that have been selected so far.
**What steps did you take:** I have the following Go program and YAML file. The Go file integrates with the ytt API and reads the ytt yaml file and just...
Relevant Issue: https://github.com/google/go-github/issues/3127
## Issue Description: Many GitHub webhooks contain the action field, which is enumerated. For example, in the [GitHub documentation for webhook payloads and events](https://docs.github.com/en/webhooks/webhook-events-and-payloads#check_run), the check_run event includes an action...
**The bug** When using `models.LlamaCpp` the selected tokenizer is always gpt2 (This can be seen in the outut when `verbose=True` arg is set). I have pasted the dumped KV metadat...