-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json.example
More file actions
32 lines (32 loc) · 1.07 KB
/
config.json.example
File metadata and controls
32 lines (32 loc) · 1.07 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
{
"folio": {
"source": "github",
"repository": "alea-institute/folio",
"branch": "2.0.0",
"path": "FOLIO.owl"
},
"_llm_option_1_best_quality": "OpenAI GPT-5.4 — 1.8s avg, $2.50/M input",
"_llm_option_2_best_value": "Grok 4 Fast — 1.1s avg, $0.20/M input",
"llm": {
"type": "openai",
"model": "gpt-5.4",
"effort": "low",
"tier": "flex",
"api_key": "${OPENAI_API_KEY}"
},
"api": {
"title": "FOLIO API",
"description": "The FOLIO API provides access to the Federated Open Legal Information Ontology (FOLIO), a comprehensive ontology of legal concepts. This API enables developers, researchers, and legal professionals to search, navigate, and integrate FOLIO's structured legal knowledge into their applications.",
"version": "0.4.0",
"terms_of_service": "https://openlegalstandard.org/",
"contact": {
"name": "FOLIO",
"url": "https://openlegalstandard.org",
"email": "hello@aleainstitute.ai"
},
"bind_ip": "0.0.0.0",
"bind_port": 8000,
"cors_origins": ["*"],
"log_level": "info"
}
}