-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.moonshot
More file actions
29 lines (26 loc) · 1.23 KB
/
Copy path.env.moonshot
File metadata and controls
29 lines (26 loc) · 1.23 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
# For Data
ATTACK_MODULES="./moonshot-data/attack-modules"
BOOKMARKS="./moonshot-data/generated-outputs/bookmarks"
CONNECTORS="./moonshot-data/connectors"
CONNECTORS_ENDPOINTS="./moonshot-data/connectors-endpoints"
CONTEXT_STRATEGY="./moonshot-data/context-strategy"
COOKBOOKS="./moonshot-data/cookbooks"
DATABASES="./moonshot-data/generated-outputs/databases"
DATABASES_MODULES="./moonshot-data/databases-modules"
DATASETS="./moonshot-data/datasets"
IO_MODULES="./moonshot-data/io-modules"
METRICS="./moonshot-data/metrics"
PROMPT_TEMPLATES="./moonshot-data/prompt-templates"
RECIPES="./moonshot-data/recipes"
RESULTS="./moonshot-data/generated-outputs/results"
RESULTS_MODULES="./moonshot-data/results-modules"
RUNNERS="./moonshot-data/generated-outputs/runners"
RUNNERS_MODULES="./moonshot-data/runners-modules"
TOKENIZERS_PARALLELISM = false
# For Web API
HOST_ADDRESS=127.0.0.1 # The interface the server will bind to
HOST_PORT=5000
# Below is the uri of the Web UI webhook.
# In the next section, if Web UI listens on a different port,
# update this uri accordingly and restart.
MOONSHOT_UI_CALLBACK_URL=http://localhost:3000/api/v1/benchmarks/status