File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ This Python script efficiently generates customized prompts using a template and
10
10
11
11
** Steps:**
12
12
13
- 1 . ** Clone or download the repository: ** (Add instructions if the project is on GitHub or similar)
13
+ 1 . ** Clone or download the repository. **
14
14
2 . ** Install dependencies:**
15
15
``` bash
16
16
pip install -r requirements.txt
17
17
```
18
18
19
19
## ** Usage**
20
20
21
- ** 1. Understand your files (Not Necessary Already Done .):**
21
+ ** 1. Understand your files (Not necessary already done .):**
22
22
23
23
* ** key-values.csv:**
24
24
* Create a CSV file with columns representing the keys to be replaced in your template.
@@ -36,6 +36,8 @@ This Python script efficiently generates customized prompts using a template and
36
36
37
37
* ** Optional:** Use ` -d ` to exclude titles and focus on city names in your prompts.
38
38
39
+ > This feature is currently not optimized.
40
+
39
41
## ** Explanation**
40
42
41
43
* ** CSV File ('key-values.csv')**
@@ -46,7 +48,7 @@ This Python script efficiently generates customized prompts using a template and
46
48
Explore the Charm of, Paris, France
47
49
A Journey Through, Tokyo, Japan
48
50
```
49
- ![ keyvalue.csv Example] (/assets/keyvalues.csv_example.png
51
+ ![ keyvalue.csv Example] ( /assets/keyvalues.csv_example.png )
50
52
51
53
52
54
* ** Prompt Template ('prompt.txt')**
You can’t perform that action at this time.
0 commit comments