hdkiller / Auto-GPT-SystemInfo

A plugin for Auto-GPT which injects information about the operation system
MIT License
65 stars 18 forks source link

Fixxed missing methods #12

Open IIEleven11 opened 1 year ago

IIEleven11 commented 1 year ago

Was getting an "Can't instantiate abstract class SystemInformationPlugin class with abstract methods can_handle_report, can_handle_text_embedding, can_handle_user_input, handle_text_embedding, report, user_input" error. I added those into the init.py. I rezipped up the folder and it works.