Max Ku commited on
Commit
26ecd96
·
unverified ·
1 Parent(s): 54c27c6

Adding guide on modifying system prompt

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -250,6 +250,18 @@ options:
250
  ```
251
  * For `file_path`, it is recommended to pass a folder containing both an MP4 file and an SRT file.
252
 
 
 
 
 
 
 
 
 
 
 
 
 
253
 
254
  ## ❓ FAQ
255
 
 
250
  ```
251
  * For `file_path`, it is recommended to pass a folder containing both an MP4 file and an SRT file.
252
 
253
+ ## Misc: Modify the system prompt in TheoremExplainAgent
254
+
255
+ If you want to modify the system prompt, you need to:
256
+
257
+ 1. Modify files in `task_generator/prompts_raw` folder.
258
+ 2. Run `task_generator/parse_prompt.py` to rebuild the `__init__.py` file.
259
+
260
+ ```python
261
+ cd task_generator
262
+ python parse_prompt.py
263
+ cd ..
264
+ ```
265
 
266
  ## ❓ FAQ
267