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.

  1. Select Use API (OpenAI)
  2. Enter your API key in the OpenAI API Key field
  3. Click πŸ”„ Fetch Models β€” this loads all your available GPT models
  4. Select a model from the dropdown:
ModelSpeedQualityCost
gpt-4oFastExcellentMedium
gpt-4MediumExcellentHigh
gpt-3.5-turboVery fastGoodLow
5. Click πŸ’Ύ Save Settings
Get an API key: platform.openai.com/api-keys

Option B: Local LLM

Best for: privacy, no API costs, offline use.

  1. Select Use Local LLM
  2. Start your local LLM service (see Local LLM guide)
  3. Enter the endpoint URL β€” default for Ollama:
   http://localhost:11434/api/chat

  1. Click πŸ”„ Fetch Models β€” lists all models installed on your machine
  2. Select your model from the dropdown
  3. 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:

  1. Pick an emoji icon
  2. Enter a Name (e.g. "Thought Leader")
  3. Enter a Description (shown as tooltip)
  4. Write a Tone Instruction Prompt β€” this is sent to the AI:
> Write in a bold, thought-leadership style that challenges conventional thinking and invites reflection.
  1. Click βž• Add Tone

Your custom tone immediately appears in the LinkedIn tone selector.


Popup Status Indicators

StatusMeaning
βœ… Ready to generate commentsAll configured, good to go
⏸️ Extension disabledToggle it on in settings
⚠️ Please configure settingsAPI key or endpoint missing

Next Step

β†’ Learn how to use Commently on LinkedIn