mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-29 23:53:35 +01:00
5 lines
114 B
Python
5 lines
114 B
Python
MIN_TOKENS_FOR_GPT_RESPONSE = 600
|
|
MAX_GPT_MODEL_TOKENS = 8192
|
|
MAX_QUESTIONS = 5
|
|
END_RESPONSE = "EVERYTHING_CLEAR"
|