Spaces:
Runtime error
Runtime error
adrien.aribaut-gaudin
commited on
Commit
·
2f14157
1
Parent(s):
666e626
fix: template in generate_paragraph
Browse files- src/tools/llm.py +1 -1
src/tools/llm.py
CHANGED
@@ -10,7 +10,7 @@ class LlmAgent:
|
|
10 |
f"\\n ``` {query} ```\\n"
|
11 |
f"Your answer is based on the context delimited by triple backticks: "
|
12 |
f"\\n ``` {context} ```\\n"
|
13 |
-
f"You are consistent and avoid redundancies with the rest of the initial conversation
|
14 |
f"delimited by triple backticks: "
|
15 |
f"\\n ``` {histo} ```\\n"
|
16 |
f"Your response shall be in {language} and shall be concise")
|
|
|
10 |
f"\\n ``` {query} ```\\n"
|
11 |
f"Your answer is based on the context delimited by triple backticks: "
|
12 |
f"\\n ``` {context} ```\\n"
|
13 |
+
f"You are consistent and avoid redundancies with the rest of the initial conversation"
|
14 |
f"delimited by triple backticks: "
|
15 |
f"\\n ``` {histo} ```\\n"
|
16 |
f"Your response shall be in {language} and shall be concise")
|