-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
epochLarger issue that includes subissuesLarger issue that includes subissuespythonPull requests that update Python codePull requests that update Python code
Description
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
- Add GPT support for Azure OpenAI #120
- Assess Ollama connection maintenance #144 to see if it is still an issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
epochLarger issue that includes subissuesLarger issue that includes subissuespythonPull requests that update Python codePull requests that update Python code