To run OSS LLM use:
- a simple local inference server.
 
./gradlew buildPlugin
- 
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "OSS LLM" > Install
 - 
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
 
Use Open Source LLMs for code completion in IntelliJ IDEs.
Supported features
- Ghost text/inline code completion
 
- Create a new [IntelliJ Platform Plugin Template][template] project.
 - Adjust the pluginGroup, plugin ID and sources package.
 - Review the Legal Agreements.
 - Publish a plugin manually for the first time.
 -  Set the 
PLUGIN_IDin the above README badges. - Set the Plugin Signing related secrets.
 - Set the Deployment Token.