AI Assistant
AI Assistant in Python notebook
You can use AI assistant in MLJAR Studio notebooks. It can be used to create Python code and to fix errors. MLJAR Studio has integration with Ollama which is running LLM models locally - you keep all your data and code on your machine.
AI Assinstant setup
You need to install Ollama on your computer to use AI Assistant in MLJAR Studio. MLJAR Studio connects to local server running by Ollama at address http://localhost:11434
. Right now, MLJAR Studio is using LLama3 model only.
Video instructions on how to setup AI Code Assistant in MLJAR Studio with Ollama service.