-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) ยท 1.27 KB
/
Copy path.env.example
File metadata and controls
37 lines (32 loc) ยท 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# doc-graph-agent .env ์์
# ์ด ํ์ผ์ .env ๋ก ๋ณต์ฌ ํ ์ค์ ๊ฐ ์ฑ์
# ============================================
# Neo4j Aura (W4 ์ดํ ํ์)
# ============================================
NEO4J_URI=neo4j+s://<your-instance-id>.databases.neo4j.io
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=<your-password>
NEO4J_DATABASE=neo4j
# ============================================
# LLM provider โ prod / W4 ์ ์ฑ ๊ฒ์ฆ์ฉ (Kimi ๊ธฐ๋ณธ)
# ============================================
KIMI_API_KEY=<your-moonshot-or-openrouter-key>
KIMI_BASE_URL=https://api.moonshot.cn/v1
KIMI_MODEL=moonshot-v1-8k
# ============================================
# LLM provider โ #127 ๋ฐฑ์กฐ ์ ๋ ํ๊ฐ์ฉ (OpenRouter ํตํ ๋ค์ ๋ชจ๋ธ)
# ============================================
# scripts/run_qa_eval.py --llm-model / --judge-model ์ธ์์ ํจ๊ป ์ฌ์ฉ
OPENROUTER_API_KEY=sk-or-v1-<your-openrouter-key>
# ์ธก์ ๋์ LLM ๋ชจ๋ธ (OpenRouter ID):
# - openai/gpt-5-mini
# - deepseek/deepseek-v3.2
# - moonshotai/kimi-k2.5
# - x-ai/grok-4.20
#
# Judge LLM ๋ชจ๋ธ:
# - anthropic/claude-haiku-4.5 (๊ถ์ฅ, ํธํฅ ๋ฐฉ์ง)
# ============================================
# OpenAI ์ง๊ฒฐ (๊ธฐ๋ณธ fallback, ์ ํ)
# ============================================
# OPENAI_API_KEY=sk-...