Fix Mzansi AI Bug
This commit is contained in:
parent
e58eeab4ea
commit
e2c9b95b8d
1 changed files with 0 additions and 2 deletions
|
|
@ -569,7 +569,6 @@ class _AiChatState extends State<AiChat> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
_modelController.dispose();
|
_modelController.dispose();
|
||||||
_fontSizeController.dispose();
|
_fontSizeController.dispose();
|
||||||
|
|
@ -630,7 +629,6 @@ class _AiChatState extends State<AiChat> {
|
||||||
content: systemPromt,
|
content: systemPromt,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
_loadMessages();
|
|
||||||
initTTS();
|
initTTS();
|
||||||
_ttsVoiceController.addListener(voiceSelected);
|
_ttsVoiceController.addListener(voiceSelected);
|
||||||
if (widget.startUpQuestion != null && widget.startUpQuestion!.isNotEmpty) {
|
if (widget.startUpQuestion != null && widget.startUpQuestion!.isNotEmpty) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue