Skip to content

Commit

Permalink
Improve typing, fix cleanup on interruption, add penalties, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 7, 2023
1 parent 202d03a commit 7bcb218
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 220 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Inline completion provider using `tranformers.js` for JupyterLab

This extension is currently aimed for developers of JupyterLab extensions (and advanced JupyterLab users) to explore the proof of concept integration of the new inline completions API slotted for JupyterLab 4.1.
This extension is currently aimed for developers of JupyterLab extensions (and advanced JupyterLab users) to explore the proof of concept integration of the new inline completions API slotted for JupyterLab 4.1.

The models included in this demonstration are not vetted for accuracy nor propriety and should not be deployed without further validation.

Expand All @@ -29,8 +29,6 @@ Cross-Origin-Opener-Policy: same-origin,
Cross-Origin-Embedder-Policy: require-corp
```



## Install

To install the extension, execute:
Expand Down
Loading

0 comments on commit 7bcb218

Please sign in to comment.