fix(main.py): pass 'thinking' param on async completion call
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 38s

This commit is contained in:
Krrish Dholakia 2025-02-26 23:16:39 -08:00
parent 9932c38b3e
commit 5b804e5d9b
3 changed files with 110 additions and 0 deletions

View file

@ -433,6 +433,7 @@ async def acompletion(
"reasoning_effort": reasoning_effort,
"extra_headers": extra_headers,
"acompletion": True, # assuming this is a required parameter
"thinking": thinking,
}
if custom_llm_provider is None:
_, custom_llm_provider, _, _ = get_llm_provider(