ajndkr / lanarky

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

feat: add support to run background task with chain output #5

Closed ajndkr closed 1 year ago

ajndkr commented 1 year ago

Description

This PR adds support to run a background task with the LLM chain output. This is useful for any after-response operations such as updating a database, running additional code conditioned on chain output, etc.

Changelog