openfree commited on
Commit
b5e3bd1
·
verified ·
1 Parent(s): ed42088

Update conver.py

Browse files
Files changed (1) hide show
  1. conver.py +1 -1
conver.py CHANGED
@@ -15,7 +15,7 @@ from pathlib import Path
15
 
16
  @dataclass
17
  class ConversationConfig:
18
- max_words: int = 3000
19
  prefix_url: str = "https://r.jina.ai/"
20
  model_name: str = "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
21
 
 
15
 
16
  @dataclass
17
  class ConversationConfig:
18
+ max_words: int = 6000
19
  prefix_url: str = "https://r.jina.ai/"
20
  model_name: str = "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
21