mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-26 16:57:23 +01:00
9 lines
380 B
Python
9 lines
380 B
Python
MESSAGE_TYPE = {
|
|
'verbose': 'verbose',
|
|
'stream': 'stream',
|
|
'user_input_request': 'user_input_request', # Displayed above the
|
|
'hint': 'hint', # Hint text, eg "Do you want to add anything else? If not, just press ENTER."
|
|
'info': 'info', # JSON data can be sent to progress `progress_stage`
|
|
'local': 'local',
|
|
}
|