Configuration
Open the settings page: click the Commently icon β βοΈ Settings.
Step 1 β Enable Commently
Toggle Enable Commently at the top of the settings page.
When disabled, the generate button does not appear on LinkedIn.
Step 2 β Choose Your AI Provider
Option A: OpenAI API
Best for: cloud-based generation, highest quality, requires an API key.
- Select Use API (OpenAI)
- Enter your API key in the OpenAI API Key field
- Click π Fetch Models β this loads all your available GPT models
- Select a model from the dropdown:
| Model | Speed | Quality | Cost |
|---|
gpt-4o | Fast | Excellent | Medium |
|---|
gpt-4 | Medium | Excellent | High |
|---|
gpt-3.5-turbo | Very fast | Good | Low |
|---|
Get an API key: platform.openai.com/api-keys
Option B: Local LLM
Best for: privacy, no API costs, offline use.
- Select Use Local LLM
- Start your local LLM service (see Local LLM guide)
- Enter the endpoint URL β default for Ollama:
http://localhost:11434/api/chat
- Click π Fetch Models β lists all models installed on your machine
- Select your model from the dropdown
- Click πΎ Save Settings
Ollama CORS fix: If Fetch Models fails, restart Ollama with:
``bash
# macOS / Linux
OLLAMA_ORIGINS=* ollama serve
>
# Windows PowerShell
$env:OLLAMA_ORIGINS="*"; ollama serve
``
Step 3 β Set a Default Tone
In the π Comment Tones section, click any tone chip to set it as your default.
You can also change the tone per-comment directly on the LinkedIn page.
β See all available tones
Step 4 β Create Custom Tones (Optional)
Scroll to Create Custom Tone in the Tones section:
- Pick an emoji icon
- Enter a Name (e.g. "Thought Leader")
- Enter a Description (shown as tooltip)
- Write a Tone Instruction Prompt β this is sent to the AI:
- Click β Add Tone
Your custom tone immediately appears in the LinkedIn tone selector.
Popup Status Indicators
| Status | Meaning |
|---|---|
| β Ready to generate comments | All configured, good to go |
| βΈοΈ Extension disabled | Toggle it on in settings |
| β οΈ Please configure settings | API key or endpoint missing |