Spaces:
Running
Running
Update conver.py
Browse files
conver.py
CHANGED
@@ -15,7 +15,7 @@ from pathlib import Path
|
|
15 |
|
16 |
@dataclass
|
17 |
class ConversationConfig:
|
18 |
-
max_words: int =
|
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 |
|