⚡️(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:
committed by
GuittenyMartin
parent
ec94d613fa
commit
36b2156c7b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user