-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 1004 Bytes
/
.env.example
File metadata and controls
30 lines (24 loc) · 1004 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
# NEAR Partnership Analysis - Environment Configuration
# OpenAI API Configuration (Phase 1)
OPENAI_API_KEY=your_openai_key_here
# Phase 2: LM Studio Configuration
# Local LM Studio (default - runs on your machine)
LM_STUDIO_API_BASE=http://localhost:1234/v1
LM_STUDIO_API_KEY= # Usually empty - LM Studio doesn't require auth by default
USE_LOCAL_MODELS=false
USE_LMSTUDIO_SDK=true
# Remote LM Studio (alternative - runs on another server)
USE_REMOTE_LMSTUDIO=false
REMOTE_LMSTUDIO_URL=http://your-gpu-server:1234/v1
REMOTE_LMSTUDIO_API_KEY= # Usually empty - only if your server requires auth
# Phase 3 Preparation
ENABLE_WEB_SEARCH=false
# Phase 3: Deep Research Enhancement
USE_DEEP_RESEARCH_REPLACEMENT=false
TAVILY_API_KEY=your_tavily_key_here
# Environment Detection
REASONING_ENV=production
FLASK_ENV=development
DEBUG=False
# Local Models Path - specify where your downloaded models are located
LOCAL_MODELS_PATH=/path/to/your/lmstudio/models