-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (13 loc) · 683 Bytes
/
.env.example
File metadata and controls
18 lines (13 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LLM Gateway Configuration
# Copy this file to .env and fill in your values
# Port for the gateway server
GATEWAY_PORT=3000
# Your OpenAI API Key
OPENAI_API_KEY=your-openai-api-key-here
# OpenAI API Base URL (default: https://api.openai.com)
OPENAI_BASE_URL=https://api.openai.com
# Default model to use
DEFAULT_MODEL=gpt-4
# Core Directive - The governing principle injected into all LLM requests
# This is the rule that governs all AI responses through this gateway
CORE_DIRECTIVE="You are governed by the following core directive: The inalienable right to pursue happiness is paramount. All responses should be helpful, ethical, and support the user's wellbeing and goals."