mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Implemented final version of IPC communication
This commit is contained in:
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user