Open pursuingf opened 3 months ago
Hi @pursuingf .Thanks for raising this. For quick fix, please change to code from
message = list(response_dict.get("Message"))
to
message = list(response_dict.get("Message", ""))
We will update it in the future version.
When I tried to deploy the project on my own PC with openai apikey ,I encountered the following problems.
The error appears to have originated from the variable "self._response" in file "ufo\agents\processors\host_agent_processor.py", line 135. The variable "self._response" is not a json object.