eliranwong / letmedoit

An advanced AI assistant that leverages the capabilities of ChatGPT API, Gemini Pro, AutoGen, and open-source LLMs, enabling it both to engage in conversations and to execute computing tasks on local devices.
https://letmedoit.ai
GNU General Public License v3.0
112 stars 24 forks source link

!AutoAssist Attribute Error: module includeIpInSystemMessageTemp #23

Closed heijligers closed 6 months ago

heijligers commented 6 months ago

Traceback (most recent call last): File "/Users/datascience/PycharmProjects/github/letmedoit/venv/lib/python3.11/site-packages/letmedoit-2.0.56-py3.11.egg/letmedoit/autoassist.py", line 119, in run self.getResponse(message, auto) File "/Users/datascience/PycharmProjects/github/letmedoit/venv/lib/python3.11/site-packages/letmedoit-2.0.56-py3.11.egg/letmedoit/autoassist.py", line 47, in getResponse {SharedUtil.getDeviceInfo()} ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/datascience/PycharmProjects/github/letmedoit/venv/lib/python3.11/site-packages/letmedoit-2.0.56-py3.11.egg/letmedoit/utils/shared_utils.py", line 477, in getDeviceInfo if config.includeIpInSystemMessageTemp or includeIp or (config.includeIpInSystemMessage and config.includeIpInSystemMessageTemp): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'letmedoit.config' has no attribute 'includeIpInSystemMessageTemp'

eliranwong commented 6 months ago

fixed in this commit https://github.com/eliranwong/letmedoit/commit/cfc72a4b981d77def812e5e0689f1b2ffeaae3c1

pip version v2.0.57

thanks for reporting the issue