knilink
knilink
Hi @Harsha-Nori I did a bit more investigation and can confirm the error was caused by sending incomplete Unicode bytes to llama_cpp tokenizer ```sh $ printf '\xe6\xad' | ./llama-tokenize -m...
~probably **insecure** but you can try setting env `NODE_TLS_REJECT_UNAUTHORIZED=0`~ nvm
Can't confirm yet but you can give it a try by adding ``` { editorConfiguration: { github: { copilot: { selectedCompletionModel: 'gpt-4o-mini'; } } } } ``` to `setEditorInfo` parameters...
@ncaq yeah, the id `gpt-4o-mini` i provided above was purely by guessing the `selectedCompletionModel` setting needs to be **model id** in the list you just commented which mean it's supposed...