Spaces:
Sleeping
Sleeping
modify prompt to return idrect answer
Browse files
Agents/agent.py
CHANGED
|
@@ -46,7 +46,7 @@ if not GROQ_API_KEY:
|
|
| 46 |
|
| 47 |
langfuse_handler = CallbackHandler()
|
| 48 |
|
| 49 |
-
with open("Prompts/
|
| 50 |
systemPrompt = f.read()
|
| 51 |
print(f"systemPrompt {systemPrompt}")
|
| 52 |
|
|
|
|
| 46 |
|
| 47 |
langfuse_handler = CallbackHandler()
|
| 48 |
|
| 49 |
+
with open("Prompts/SystemPromptFinal.txt","r",encoding="utf-8") as f:
|
| 50 |
systemPrompt = f.read()
|
| 51 |
print(f"systemPrompt {systemPrompt}")
|
| 52 |
|
Prompts/{SystemPrompt.txt → SystemPromptFinal.txt}
RENAMED
|
File without changes
|