llorenzo
llorenzo
Hi, since starling flox will shut down this year, I will need something to analyse my app. Is this bug still happening. My XML also uses different names as per...
Oh yes, thank you for your work. I was referring to web, but I guess that is what you meant. Now with Version 2.5.6 the application does not work at...
``` final openAI = OpenAI.instance.build( token: token, baseOption: HttpSetup(receiveTimeout: const Duration(seconds: 30), connectTimeout: const Duration(seconds: 30)), enableLog: true); void requestOpenAI( /// Build the Request final request = ChatCompleteText( messages: [...
Reverting to 2.5.5 eliminates this error.
Hi, I run the latest version ^3.1.2. Still the partial output of the stream, when each word is displayed one after the other does not work on web (Chrome). The...