mirror of
https://github.com/Ladebeze66/llm_ticket3.git
synced 2025-12-16 00:36:52 +01:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
{
|
|
"odoo": {
|
|
"url": "https://example.odoo.com",
|
|
"db": "database_name",
|
|
"username": "user@example.com",
|
|
"api_key": "your_odoo_api_key_or_password"
|
|
},
|
|
"llm": {
|
|
"api_key": "your_mistral_api_key"
|
|
},
|
|
"output_dir": "output"
|
|
} |