mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-02 01:16:09 +01:00
5 lines
113 B
Python
5 lines
113 B
Python
MIN_TOKENS_FOR_GPT_RESPONSE = 60
|
|
MAX_GPT_MODEL_TOKENS = 4096
|
|
MAX_QUESTIONS = 3
|
|
END_RESPONSE = "EVERYTHING_CLEAR"
|