-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (32 loc) · 1.61 KB
/
.env.example
File metadata and controls
36 lines (32 loc) · 1.61 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
# =============================================================================
# Environment Configuration Example
# =============================================================================
# Copy this file to .env and fill in your actual values:
# cp .env.example .env
#
# NEVER commit your .env file with real credentials!
# =============================================================================
# -----------------------------------------------------------------------------
# IBM WatsonX Credentials
# -----------------------------------------------------------------------------
# Get these from your IBM Cloud account: https://cloud.ibm.com/
WATSONX_API_KEY=your_watsonx_api_key_here
WATSONX_URL=https://us-south.ml.cloud.ibm.com
WATSONX_PROJECT_ID=your_project_id_here
# -----------------------------------------------------------------------------
# WatsonX Model Configuration
# -----------------------------------------------------------------------------
# Available models:
# - ibm/granite-4-h-small (recommended)
# - ibm/granite-3-8b-instruct
# - meta-llama/llama-3-70b-instruct
# - mistralai/mistral-large
WATSONX_MODEL_ID=ibm/granite-4-h-small
# -----------------------------------------------------------------------------
# Database Configuration
# -----------------------------------------------------------------------------
DATABASE_PATH=./data/database.db
# -----------------------------------------------------------------------------
# Optional: GitHub Token (for development)
# -----------------------------------------------------------------------------
# GITHUB_TOKEN=your_github_token_here