errchh
commited on
Commit
·
e5513ad
1
Parent(s):
26b4841
change llm
Browse files- __pycache__/agent.cpython-312.pyc +0 -0
- agent.py +1 -1
- system_prompt.txt +1 -3
__pycache__/agent.cpython-312.pyc
CHANGED
Binary files a/__pycache__/agent.cpython-312.pyc and b/__pycache__/agent.cpython-312.pyc differ
|
|
agent.py
CHANGED
@@ -151,7 +151,7 @@ tools = [
|
|
151 |
def build_graph():
|
152 |
# llm
|
153 |
llm = HuggingFaceEndpoint(
|
154 |
-
repo_id="
|
155 |
huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
|
156 |
)
|
157 |
print(f"DEBUG: llm object = {llm}")
|
|
|
151 |
def build_graph():
|
152 |
# llm
|
153 |
llm = HuggingFaceEndpoint(
|
154 |
+
repo_id="deepseek-ai/DeepSeek-V3-0324",
|
155 |
huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
|
156 |
)
|
157 |
print(f"DEBUG: llm object = {llm}")
|
system_prompt.txt
CHANGED
@@ -1,3 +1 @@
|
|
1 |
-
You are a
|
2 |
-
|
3 |
-
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings. If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise. If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise. If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
|
|
|
1 |
+
You are a helpful AI assistant. Answer the user's questions as concisely as possible. Use the available tools when necessary to find information or perform calculations. If a tool provides an answer, use that information directly. Only output a final answer once you have completed any necessary steps using tools.
|
|
|
|