-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 744 Bytes
/
.env.example
File metadata and controls
18 lines (14 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LinkedIn Anti-BS Filter - Environment Variables
# NOTE: API keys are NOT bundled at build time.
# Users enter keys in the extension popup, stored in chrome.storage.local.
#
# These env vars are only needed if you want to use PLASMO_PUBLIC_ prefix
# for development/testing purposes. The extension does NOT require them.
# Groq (Free) - Get a key at https://console.groq.com/
# GROQ_API_KEY=gsk_your_key_here
# OpenRouter (Free models) - Get a key at https://openrouter.ai/keys
# OPENROUTER_API_KEY=sk-or-v1-your_key_here
# OpenAI (Paid) - Get a key at https://platform.openai.com/api-keys
# OPENAI_API_KEY=sk-your_key_here
# Ollama (Local, no key needed) - Install from https://ollama.com
# Just run: ollama serve && ollama pull llama3.1