๐ 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:11434is 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! ๐๐งโ๐ป

Imported from rifaterdemsahin.com ยท 2026