Spaces:
Runtime error
Runtime error
File size: 202 Bytes
77a0a72 | 1 2 3 4 5 6 | # OpenRouter — used for all LLM calls (https://openrouter.ai/keys)
OPENROUTER_API_KEY=
# OpenAI — used by the RAG embeddings (openai-3-small) (https://platform.openai.com/api-keys)
OPENAI_API_KEY=
|