️(summary) change formating from prompt to response_format

Add ability to use response_format in call function in order to
have better result with albert-large model
Use reponse_format for next steps and plan generation
This commit is contained in:
Martin Guitteny
2025-09-25 14:40:56 +02:00
committed by GuittenyMartin
parent ec94d613fa
commit 36b2156c7b
3 changed files with 104 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ WHISPERX_DEFAULT_LANGUAGE="fr"
LLM_BASE_URL="https://configure-your-url.com"
LLM_API_KEY="dev-apikey"
LLM_MODEL="Qwen/Qwen2.5-Coder-32B-Instruct-AWQ"
LLM_MODEL="albert-large"
WEBHOOK_API_TOKEN="secret"
WEBHOOK_URL="https://configure-your-url.com"