infra: proper librechat integration & improved configuration handling (#10)

Reviewed-on: #10
Co-authored-by: Francwa <francois.hodiaumont@gmail.com>
Co-committed-by: Francwa <francois.hodiaumont@gmail.com>
This commit is contained in:
2025-12-28 11:29:08 +00:00
committed by francwa
parent e097a13221
commit 3a670dedc2
122 changed files with 806 additions and 765 deletions
@@ -0,0 +1,16 @@
{
"name": "find_media_imdb_id",
"description": "Trouve l'ID IMDb et les informations d'un film ou d'une série télévisée à partir de son titre en utilisant l'API TMDB. À utiliser comme première étape avant de chercher des torrents.",
"parameters": {
"type": "object",
"properties": {
"media_title": {
"type": "string",
"description": "Le titre exact du média à rechercher (par exemple, 'Inception', 'Breaking Bad')."
}
},
"required": [
"media_title"
]
}
}