Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -7
prompts.yaml
CHANGED
|
@@ -1,10 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
with open("prompts.yaml", 'r') as stream:
|
| 3 |
-
prompt_templates = yaml.safe_load(stream)
|
| 4 |
-
print("Prompts loaded successfully")
|
| 5 |
-
except yaml.YAMLError as e:
|
| 6 |
-
print(f"Error loading prompts.yaml: {e}")
|
| 7 |
-
prompt_templates = {}
|
| 8 |
"system_prompt": |-
|
| 9 |
You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
|
| 10 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
|
|
|
| 1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"system_prompt": |-
|
| 3 |
You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
|
| 4 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|