mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-28 23:25:46 +01:00
7 lines
158 B
Python
7 lines
158 B
Python
MESSAGE_TYPE = {
|
|
'verbose': 'verbose',
|
|
'stream': 'stream',
|
|
'user_input_request': 'user_input_request',
|
|
'info': 'info',
|
|
'local': 'local',
|
|
} |