LM Studio Setup for Askimo App
LM Studio Configuration
Section titled “LM Studio Configuration”Connect Askimo App to LM Studio for reliable, private local AI model management.
Server Configuration
Section titled “Server Configuration”- Server URL: LM Studio server endpoint
- Default:
http://localhost:1234/v1 - For remote servers:
http://your-server:1234/v1
- Default:
- Timeout: Connection timeout (default: 120s)
- Available Models: Detected from your LM Studio instance
Setting Up LM Studio
Section titled “Setting Up LM Studio”- Download and install LM Studio from lmstudio.ai
- Launch LM Studio
- Download a model from the model browser
- Start the local server in LM Studio:
- Click on the “Local Server” tab
- Click “Start Server”
- In Askimo, the server will be auto-detected
- Select a model from the dropdown
- Click “Test Connection” to verify
Accessing Provider Settings
Section titled “Accessing Provider Settings”- Click on the menu bar
- Select “Settings”
- Navigate to the “AI Providers” tab
- Select “LM Studio” from the provider list
Keyboard Shortcut: ⌘ + , (macOS) or Ctrl + , (Windows/Linux) then click “AI Providers”
Popular Models for LM Studio
Section titled “Popular Models for LM Studio”General Purpose:
- Llama 2 - Meta’s open-source model
- Mistral 7B - Efficient and capable
- Mixtral 8x7B - Mixture of experts model
Code-Focused:
- CodeLlama - Specialized for programming
- WizardCoder - Code generation
- DeepSeek Coder - Advanced coding assistant
Lightweight:
- Phi-2 - Microsoft’s small but powerful model
- TinyLlama - Ultra-lightweight option
Troubleshooting
Section titled “Troubleshooting”Cannot Connect?
- Verify LM Studio server is running
- Check that port 1234 is not blocked
- Ensure correct server URL in settings
- Try restarting LM Studio
Model Not Loading?
- Check if model is fully downloaded in LM Studio
- Verify sufficient RAM/VRAM available
- Try a smaller model first
- Check LM Studio logs for errors
Slow Inference?
- Enable GPU acceleration in LM Studio
- Use quantized models (4-bit or 8-bit)
- Close unnecessary applications
- Monitor RAM/VRAM usage
Advanced Configuration
Section titled “Advanced Configuration”Custom Server Port: If using a different port in LM Studio, update the Server URL:
http://localhost:YOUR_PORT/v1Remote LM Studio: Connect to LM Studio running on another machine:
http://REMOTE_IP:1234/v1