Spaces:
Running
Running
LaurentTRIPIED
commited on
Commit
•
f370d77
1
Parent(s):
39ae122
SC 5
Browse files
rag.py
CHANGED
@@ -90,7 +90,7 @@ def split_texts(text : str) -> list[str]:
|
|
90 |
#########################################################################
|
91 |
### PAR ICI , CHOISIR UNE SCENE SPECIFIQUE DANS L'ARGUMENT DE LA FONCTION
|
92 |
|
93 |
-
def get_random_chunk(scene_specific = [
|
94 |
if scene_specific:
|
95 |
scene_specific_content = [scenes[i-1] for i in scene_specific]
|
96 |
scene_specific_content = " ".join(scene_specific_content)
|
|
|
90 |
#########################################################################
|
91 |
### PAR ICI , CHOISIR UNE SCENE SPECIFIQUE DANS L'ARGUMENT DE LA FONCTION
|
92 |
|
93 |
+
def get_random_chunk(scene_specific = [5]) : # scene_specific = None signifie qu'on considère tout le récit
|
94 |
if scene_specific:
|
95 |
scene_specific_content = [scenes[i-1] for i in scene_specific]
|
96 |
scene_specific_content = " ".join(scene_specific_content)
|