mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +00:00
17 lines
457 B
Bash
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=
|