[mirotalk] - fix typo
This commit is contained in:
+2
-1
@@ -1206,10 +1206,11 @@ io.sockets.on('connect', async (socket) => {
|
|||||||
// Add response to context
|
// Add response to context
|
||||||
context.push({ role: 'assistant', content: message });
|
context.push({ role: 'assistant', content: message });
|
||||||
// Log conversation details
|
// Log conversation details
|
||||||
log.info('ChatGPT', {
|
log.debug('ChatGPT', {
|
||||||
time: time,
|
time: time,
|
||||||
room: room_id,
|
room: room_id,
|
||||||
name: peer_name,
|
name: peer_name,
|
||||||
|
context: context,
|
||||||
contextLength: context.length,
|
contextLength: context.length,
|
||||||
});
|
});
|
||||||
// Callback response to client
|
// Callback response to client
|
||||||
|
|||||||
Reference in New Issue
Block a user