Upload template
Browse files
template
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{{ if .System }}<|im_start|>system
|
2 |
+
{{ .System }}<|im_end|>
|
3 |
+
{{ end }}{{ if .Prompt }}<|im_start|>user
|
4 |
+
Analyze the provided query and extract the relevant fields: 'branch', 'degree', 'batch', 'company', 'city', and 'country'. Use "<user_data>" for any user-specific references such as 'my branch' or 'around me'. Provide the output in JSON format, including only the fields that are explicitly mentioned in the query.
|
5 |
+
|
6 |
+
### Query:
|
7 |
+
{{ .Prompt }}
|
8 |
+
|
9 |
+
### Output:
|
10 |
+
{{ end }}<|im_start|>assistant
|
11 |
+
{{ .Response }}<|end_of_text|>
|