-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 828 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 828 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
# Backend API Configuration
# The base URL for the chat API backend
# Default: https://private.near.ai
VITE_CHAT_API_URL=https://private.near.ai
# Legacy API Configuration (deprecated)
# The base URL for the legacy private chat API
# Default: https://private-chat-legacy.near.ai
VITE_DEPRECATED_API_URL=https://private-chat-legacy.near.ai
# PostHog Analytics Configuration
# PostHog project API key for analytics
# Leave empty to disable analytics
VITE_PUBLIC_POSTHOG_KEY=
# PostHog host URL
# Default: empty (uses PostHog cloud)
VITE_PUBLIC_POSTHOG_HOST=
# AI Model Configuration
# Default AI model to use for chat
# Default: zai-org/GLM-4.6
VITE_DEFAULT_MODEL=zai-org/GLM-4.6
# NEAR Blockchain Configuration
# NEAR RPC endpoint URL
# Default: https://free.rpc.fastnear.com
VITE_NEAR_RPC_URL=https://free.rpc.fastnear.com