You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently merged in #178 which moved all GPT related items to their own module. This issue should serve as a running TODO:
Change from an Object Oriented approach to a Functional Programming approach
Handle having more than 1 GPT responder available (currently only 1 is supported, but we may want to have different responders for different contexts via PMSS)
Assess if we can abstract any of the GPT code (many responders are just simple API calls, though some return a list versus a single item)
Implement test cases
Add simple GPT interface dashboard for debugging purposes
We recently merged in #178 which moved all GPT related items to their own module. This issue should serve as a running TODO: