← Back to Blog

๐Ÿš€ Supercharging Local LLM with AI: A Quick Setup Guide

๐Ÿš€ Supercharging Local LLM with AI: A Quick Setup Guide Are you ready to give your coding workflow a futuristic boost? โœจ AI Assistant feature is here to help!

๐Ÿš€ Supercharging Local LLM with AI: A Quick Setup Guide


Are you ready to give your coding workflow a futuristic boost? โœจ AI Assistant feature is here to help! Whether youโ€™re tinkering with LM Studio or hooking up to Ollama, itโ€™s time to level up your editor with some AI-powered smarts. Letโ€™s dive in! ๐Ÿคฟ

1. Opening the AI Assistant Settings

  • In Jetbrains(or other similar IDE's) , head to Tools in the menu bar.

  • Select AI Assistant.

  • Click Go to Activationโ€ฆ (if you havenโ€™t activated the AI Assistant yet).

Once activated, youโ€™ll see the AI Assistant panel with third-party AI provider options. ๐Ÿ‘€

2. Connecting to LM Studio

  • Enable LM Studio by checking the box.

  • Enter the URL where LM Studio is running (usually something like http://127.0.0.1:1234).

  • Click Test Connection. If everythingโ€™s set up correctly, youโ€™ll see a success message! ๐ŸŽ‰

Tip: Make sure LM Studio is running locally. If youโ€™re not sure how to do that, open LM Studio, start your model, and note the port itโ€™s using. Then match that in Novaโ€™s settings.

3. Connecting to Ollama

  • Enable Ollama by checking the box.

  • Enter the URL where Ollama is running (http://localhost:11434 is the default).

  • Click Test Connection to confirm everythingโ€™s green. โœ…

Note: Ollama is another local large language model runner. If you prefer it over LM Studio, or want to experiment, you can toggle these options as you like.

4. Chatting with Your AI Assistant

With your AI Assistant set up, you can:

  • Ask for code suggestions: โ€œHow do I write a function in Swift that calculates factorials?โ€ ๐Ÿงฎ

  • Get explanations: โ€œWhat does this regular expression do?โ€ ๐Ÿค”

  • Generate code snippets: โ€œGive me a basic RESTful API example in Node.js.โ€ ๐Ÿ”ง

Just open the AI Assistant panel and start chatting. Itโ€™s that simple! ๐Ÿ—จ๏ธ

5. Troubleshooting Tips

  • If your connection test fails, double-check that the local service (LM Studio or Ollama) is running and that youโ€™ve copied the correct URL and port. ๐Ÿ”Œ

  • Make sure you have the latest versions of Nova and the AI tools. Keeping everything up to date helps avoid compatibility issues. โซ

6. Why Local LLMs Rock

Running your own local large language model means:

  • Privacy: Your data and queries stay on your machine. ๐Ÿ›ก๏ธ

  • Speed: Low-latency responses, depending on your hardware. โšก

  • Flexibility: Tweak models or switch them out as you like. ๐Ÿงฉ

7. Ready to Code Like a Pro? ๐ŸŽ‰

With Novaโ€™s AI Assistant wired up to LM Studio or Ollama, youโ€™ll have an AI companion right inside your editorโ€”perfect for brainstorming, debugging, and learning on the fly. Give it a spin and see how it transforms your workflow! โœจ


Have fun coding (and chatting) with your new AI sidekick! If you run into any hiccups, feel free to drop a comment or explore the Nova documentation for more detailed instructions.

Happy coding! ๐ŸŽ‰๐Ÿง‘โ€๐Ÿ’ป


supercharging local llm 1


Imported from rifaterdemsahin.com ยท 2026