Open
Description
I've written an AutoSuggest class which suggests prompt completions using a locally-installed or remotely-hosted large language model. It can be customized to produce different types of completions depending on the writing task (coding, fiction, documentation) and is (optionally) aware of the context in which the prompt is being written.
Is there any interest in my contributing this to the repo as a pull request?
For further information, the class will introduce a number of package dependencies:
- langchain
- langchain_core
- PyEnchant
I haven't done this yet, but I'm planning to try an AutoCompleter as well which will provide a pop-up menu of next tokens, ordered by their probabilities. I'm not sure how useful this will be, however.
Metadata
Metadata
Assignees
Labels
No labels