maximka608 commited on
Commit
1710f22
·
1 Parent(s): b93b2dc
Files changed (2) hide show
  1. .idea/vcs.xml +1 -0
  2. utils/llm.py +1 -1
.idea/vcs.xml CHANGED
@@ -3,5 +3,6 @@
3
  <component name="VcsDirectoryMappings">
4
  <mapping directory="" vcs="Git" />
5
  <mapping directory="$PROJECT_DIR$" vcs="Git" />
 
6
  </component>
7
  </project>
 
3
  <component name="VcsDirectoryMappings">
4
  <mapping directory="" vcs="Git" />
5
  <mapping directory="$PROJECT_DIR$" vcs="Git" />
6
+ <mapping directory="$PROJECT_DIR$/NLP1" vcs="Git" />
7
  </component>
8
  </project>
utils/llm.py CHANGED
@@ -16,7 +16,7 @@ class LLM:
16
 
17
  data = {
18
  "messages": [{"role": "user", "content": prompt}],
19
- "max_tokens": 1500,
20
  "temperature": 0.5,
21
  }
22
 
 
16
 
17
  data = {
18
  "messages": [{"role": "user", "content": prompt}],
19
+ "max_tokens": 3000,
20
  "temperature": 0.5,
21
  }
22