Files
gpt-pilot/euclid/const/llm.py

5 lines
113 B
Python

MIN_TOKENS_FOR_GPT_RESPONSE = 60
MAX_GPT_MODEL_TOKENS = 4096
MAX_QUESTIONS = 3
END_RESPONSE = "EVERYTHING_CLEAR"