Files
ProxMenux/.github/scripts/ai-models-verifier/.env.example
T

17 lines
457 B
Bash

# ProxMenux AI-model verifier — API keys
# Copy this file to .env (gitignored) and fill only the ones you have.
OPENAI_API_KEY=
# Optional: for LiteLLM/MLX/LM Studio/vLLM/LocalAI/Ollama-proxy testing,
# point OPENAI_API_KEY to any non-empty placeholder and set OPENAI_BASE_URL
# to the endpoint's root (without /v1 — the tool appends it).
# OPENAI_BASE_URL=http://localhost:4000
GROQ_API_KEY=
GEMINI_API_KEY=
ANTHROPIC_API_KEY=
OPENROUTER_API_KEY=