-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.template
More file actions
executable file
·43 lines (32 loc) · 1019 Bytes
/
env.template
File metadata and controls
executable file
·43 lines (32 loc) · 1019 Bytes
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
38
39
40
41
42
43
# =====================================================
# EverMemBench Configuration Template
# =====================================================
#
# 1. cp env.template .env
# 2. Fill in your actual API keys
# 3. Never commit .env to version control
# =====================================================
# ===================
# LLM Configuration (required for answer & evaluate stages)
# ===================
# OpenRouter API key (required)
LLM_API_KEY=sk-or-v1-xxxx
# OpenRouter API base URL (optional, has default)
LLM_BASE_URL=https://openrouter.ai/api/v1
# ===================
# Memory System API Keys
# Only fill in the systems you plan to evaluate
# ===================
# Memos
MEMOS_API_KEY=Token mpg-xxxxx
MEMOS_BASE_URL=https://memos.memtensor.cn/api/openmem/v1
# Mem0
MEM0_API_KEY=
# Memobase
MEMOBASE_BASE_URL=https://api.memobase.dev
MEMOBASE_API_TOKEN=
# EverMemOS (API key optional for local deployment)
# EVERMEMOS_BASE_URL=https://api.evermind.ai
# EVERMEMOS_API_KEY=
# Zep
ZEP_API_KEY=