ajndkr / lanarky

The web framework for building LLM microservices
https://lanarky.ajndkr.com/
MIT License
975 stars 74 forks source link

fix: `background` attribute should be a `BackgroundTask` instance #7

Closed ajndkr closed 1 year ago

ajndkr commented 1 year ago

Description

This PR fixes the background attribute usage inside the response class.

stream_response method was written with the incorrect assumption that background is a function and not an instance of starlette.background.BackgroundTask.