Cormanz / smartgpt

A program that provides LLMs with the ability to complete complex tasks using plugins.
MIT License
1.76k stars 127 forks source link

Update API to use `FnMut` #62

Closed Cormanz closed 1 year ago

Cormanz commented 1 year ago

This is a general quality of life change for use of SmartGPT as a crate, allowing for allow_action and listen_to_update to modify their outside environment.