ORromu commited on
Commit
eb36048
·
verified ·
1 Parent(s): ba9764b

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -9,7 +9,7 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
9
 
10
 
11
  # load the system prompt from the file
12
- with open("system_prompt.txt", "r", encoding="utf-8") as f:
13
  system_prompt = f.read()
14
 
15
  # System message
 
9
 
10
 
11
  # load the system prompt from the file
12
+ with open("prompt.txt", "r", encoding="utf-8") as f:
13
  system_prompt = f.read()
14
 
15
  # System message