更新
This commit is contained in:
parent
4e752ff1fe
commit
44d6469801
@ -92,7 +92,7 @@ class Pusher
|
|||||||
}
|
}
|
||||||
$connection->send($response);
|
$connection->send($response);
|
||||||
} else {
|
} else {
|
||||||
$resp['payload']['choices']['tts_text'] = $text;
|
$resp['payload']['choices']['tts_text'] = $text.$resp['payload']['choices']['text'][0]['content'];
|
||||||
$text = '';
|
$text = '';
|
||||||
$response = json_encode($resp, true);
|
$response = json_encode($resp, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user