Added local files

This commit is contained in:
Zvonimir Sabljic
2023-07-18 11:17:22 +02:00
parent 6aeb716546
commit cb579d8aba
29 changed files with 928 additions and 0 deletions

2
euclid/const/llm.py Normal file
View File

@@ -0,0 +1,2 @@
MIN_TOKENS_FOR_GPT_RESPONSE = 60
MAX_GPT_MODEL_TOKENS = 4096