mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-29 15:45:44 +01:00
5 lines
123 B
Python
5 lines
123 B
Python
MESSAGE_TYPE = {
|
|
'verbose': 'verbose',
|
|
'gpt_stream': 'gpt_stream',
|
|
'user_input_request': 'user_input_request'
|
|
} |