fix(main.py): add back **kwargs for acompletion
This commit is contained in:
parent
2cd5f0fbe9
commit
252c8415c6
@ -234,7 +234,7 @@ async def acompletion(
|
||||
}
|
||||
try:
|
||||
# Use a partial function to pass your keyword arguments
|
||||
func = partial(completion, **completion_kwargs)
|
||||
func = partial(completion, **completion_kwargs, **kwargs)
|
||||
|
||||
# Add the context to the function
|
||||
ctx = contextvars.copy_context()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user