-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
45 lines (41 loc) · 956 Bytes
/
.env.example
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
44
45
# Discord bot token.
TOKEN=
# Ollama server URL (default: http://localhost:11434)
# For Docker: http://host.docker.internal:11434
OLLAMAURL=
# Context window size (default: 2048)
NUM_CTX=
# Response randomness (default: 0.4)
TEMPERATURE=
# Model retention time in memory (default: 45m)
KEEP_ALIVE=
# Character limit for page embeds (default: 1500)
CHARACTER_LIMIT=
# API response chunk size before message update (default: 10)
API_RESPONSE_UPDATE_FREQUENCY=
# Administrator Discord user ID
ADMIN=
# Require bot mention (default: false)
REQUIRE_MENTION=
# Turn OCR on or off (default: false)
USE_OCR=
# OpenRouter API Key
OPENROUTER=
# OpenRouter models (comma-separated)
OPENROUTER_MODELS="
"
# Mistral API Key
MISTRAL_API_KEY=
# Mistral models (comma-separated)
MISTRAL_MODELS="
"
# Cohere API Key
COHERE_API_KEY=
# Cohere models (comma-separated)
COHERE_MODELS="
"
# Github API Key
GITHUB_API_KEY=
# Github models (comma-separated)
GITHUB_MODELS="
"