Michał Krassowski

Results 392 issues of Michał Krassowski

It seems that the code in: https://github.com/harrelfe/rmsb/blob/741eece7f5579f58dbe29e8d718281132dd1e676/R/blrm.r#L680-L684 needs to be updated to avoid the repetitive warning: ``` Warning message: “'survival::survConcordance.fit' is deprecated. Use 'concordancefit' instead. See help("Deprecated")” ```

Is it possible to pass a custom `stopping_criteria` to `generate()` method? Is there a way to interrupt generation mid-flight?

question

> it seems that 8.14.0 restored the default up/down navigation, but instead broke the ctrl+up/down navigation. > > For example, consider the following inputs: > > ```python > In [1]:...

autosuggestions

Closes https://github.com/jupyterlab/jupyter-ai/pull/708

documentation

> @krassowski Will it also be better if we can set something like `default_completion_model` and `default_chat_model` when running `jupyter lab --config` using config.json? > Previously, we can only do something...

## Description The `help` message suggests https://github.com/jupyterlab/jupyter-ai/blob/e27293cf86fa37b2ea20de6b481ad989e209933a/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py#L503-L505 but passing it in this format results in: ``` pydantic.v1.error_wrappers.ValidationError: 1 validation error for HfHubProvider __root__ Repo id must use alphanumeric chars or...

bug

### Problem When websocket gets disconnected, the log console gets spammed with messages every second: ![image](https://github.com/jupyterlab/jupyter-ai/assets/5832902/38b8982a-c708-495f-bf09-33d575d0819f) Making it hard to debug other issues ### Proposed Solution - Use some function...

enhancement

## Description When websocket gets disconnected we see: ``` Uncaught TypeError: Cannot read properties of undefined (reading '_reject') at reject (jlab_core.0c882064cb12a87cda90.js?v=0c882064cb12a87cda90:1:1731169) at we._onClose (392.e7fabd325dafbe2024f7.js?v=e7fabd325dafbe2024f7:1:37258) at i.onclose (392.e7fabd325dafbe2024f7.js?v=e7fabd325dafbe2024f7:1:37860) ``` ## Reproduce...

bug

### Problem `DefaultInlineCompletionHandler` makes some choices which may be sub-optimal when using a models tuned for code infill tasks. For example, the reliance on langchain template system here: https://github.com/jupyterlab/jupyter-ai/blob/4722dc73ae226f21108812a16fe2a5496aac9343/packages/jupyter-ai/jupyter_ai/completions/handlers/default.py#L45-L47 makes...

enhancement

Something which came up in https://github.com/jupyterlab/jupyterlab/discussions/16082: jupyter-ai plugin names like: https://github.com/jupyterlab/jupyter-ai/blob/144cc9ba0180c11bce319345666da3b44dad13b7/packages/jupyter-ai/src/index.ts#L29 are not prefixed with the package name: https://github.com/jupyterlab/jupyter-ai/blob/144cc9ba0180c11bce319345666da3b44dad13b7/packages/jupyter-ai/package.json#L2 Nothing bad in itself, but since users appear to expect `jupyter...

bug