Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.31 KB

Jarvis

Build Version Downloads

About

Jarvis is an LLM-powered developer plugin for the JetBrains IDE platform. It aims to support developers by leveraging local LLMs only. To achieve this, it is integrating with Ollama.

Installation

  1. Install and run Ollama
  2. Download LLama 3.1 8B model in Ollama: ollama run llama3.1
  3. Install Jarvis plugin in your Jetbrains IDE:
    • Using the IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace > Search for "jarvis" > Install
    • Manually: Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

License

This project is licensed under the MIT