Files
gpt-pilot/euclid/const/llm.py
Zvonimir Sabljic eea80d1d9c A couple of fixes
2023-08-11 10:53:46 +02:00

5 lines
114 B
Python

MIN_TOKENS_FOR_GPT_RESPONSE = 600
MAX_GPT_MODEL_TOKENS = 8192
MAX_QUESTIONS = 3
END_RESPONSE = "EVERYTHING_CLEAR"