Implemented final version of IPC communication

This commit is contained in:
Zvonimir Sabljic
2023-09-01 18:27:00 +02:00
parent bdb4d0dff8
commit ca58c4958d
7 changed files with 123 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
MESSAGE_TYPE = {
'verbose': 'verbose',
'gpt_stream': 'gpt_stream',
'user_input_request': 'user_input_request'
'stream': 'stream',
'user_input_request': 'user_input_request',
'info': 'info',
'local': 'local',
}