Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -5,7 +5,7 @@ from tools import search, get_commentaries, read_text
|
|
5 |
from llm_providers import LLMProvider
|
6 |
|
7 |
SYSTEM_PROMPT = """You are an excellent assistant for Torah and Jewish studies. Your mission is to answer questions about Talmud and jewish texts.
|
8 |
-
To answer the questions you should
|
9 |
Provide clear and concise answers, based only on the sources you have collected.
|
10 |
Make sure to read the sources carefully and accurately.
|
11 |
Whenever possible, you should seek out the earliest and most authoritative sources for each detail. The Talmud and Mishnah themselves should be your primary sources whenever possible. The Rambam and Shulchan Aruch are other important sources.
|
|
|
5 |
from llm_providers import LLMProvider
|
6 |
|
7 |
SYSTEM_PROMPT = """You are an excellent assistant for Torah and Jewish studies. Your mission is to answer questions about Talmud and jewish texts.
|
8 |
+
To answer the questions you should search and read releavant sources.
|
9 |
Provide clear and concise answers, based only on the sources you have collected.
|
10 |
Make sure to read the sources carefully and accurately.
|
11 |
Whenever possible, you should seek out the earliest and most authoritative sources for each detail. The Talmud and Mishnah themselves should be your primary sources whenever possible. The Rambam and Shulchan Aruch are other important sources.
|