You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,5 +73,17 @@ This Python script efficiently generates customized prompts using a template and
73
73
*`**/key/**`: Indicates a placeholder in the template, to be substituted with values from 'key-values.csv'.
74
74
75
75
76
-
## **Known Exceptions and Error:**
77
-
**Nill**
76
+
## **Exceptions and Error:**
77
+
- Template file is empty. Please add some text to it.
78
+
79
+
`You need to check your prompt.txt. It might be empty.`
80
+
81
+
- CSV file is empty. Please add some data to it.
82
+
83
+
`You need to check your key-values.cv. It might be empty.`
84
+
85
+
86
+
- Invalid CSV Headers **`OR`** Invalid CSV columns count. Please make sure the CSV file has the correct format..
87
+
88
+
`For now the key-value and template is hard coded. The paid file only works for two key-values City and Title. Make sure the current headers are City,Title. Not less or More`
0 commit comments