static ListString messages_pure = ;messages_pureaddgpt + responsedatatoString;报错Unhandled Exception type String is not a subtype of type ListString of function result 应该如何更改
由于messages_pure是一个List
String messages_pure = ""; messages_pure += "gpt: " + response.data.toString();
原文地址: http://www.cveoy.top/t/topic/B0E 著作权归作者所有。请勿转载和采集!