🗝 KeyzHub
19Keys · community archive
822 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Copy this file to .env and adjust if your local server runs on a different port.
# These are not secrets - a local Ollama/LM Studio server does not require real
# authentication. The API key fields below are placeholders some client libraries
# require to be non-empty; they are not checked against anything.

# Ollama's OpenAI-compatible endpoint (default)
LOCAL_AI_BASE_URL=http://localhost:11434/v1   # keyzhub-allow
LOCAL_AI_API_KEY=YOUR_KEY_HERE                 # keyzhub-allow
LOCAL_AI_MODEL=llama3.2                        # keyzhub-allow

# LM Studio's OpenAI-compatible endpoint (alternative - uncomment to use instead)
# LOCAL_AI_BASE_URL=http://localhost:1234/v1   # keyzhub-allow
# LOCAL_AI_API_KEY=YOUR_KEY_HERE                # keyzhub-allow
# LOCAL_AI_MODEL=qwen2.5-coder                  # keyzhub-allow