-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
42 lines (27 loc) · 1.2 KB
/
.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
############################################
### .env.example ###
############################################
#####################################
## Overview ##
#####################################
# This .env.example file is an example of the .env file that can be created in
# the root directory of the project.
# Any variable set in .env overrides the actual Node environmental variable.
#####################################
## Behavior ##
#####################################
# OpenAIClient uses Node environmental variables as client config defaults.
#####################################
## Contents ##
#####################################
# Source of truth is: ./src/client/defaults/keys/CLIENT_SETTING_KEYS.ts
#####################################
## OpenAI API ##
#####################################
OPENAI_API_KEY="YOUR_API_KEY"
OPENAI_ORG_ID="org-XXXXXXXXXXXX" # Optional
#####################################
## Client Operations ##
#####################################
INPUT_DIRECTORY="Full Path to Input Directory"
OUTPUT_DIRECTORY="Full Path to Output Directory"