youngtsai commited on
Commit
cabf77a
1 Parent(s): 1d575bc
Files changed (1) hide show
  1. app.py +28 -1
app.py CHANGED
@@ -2024,7 +2024,34 @@ def get_instructions(content_subject, content_grade, key_moments, socratic_mode=
2024
  - Sometimes encourage user by Taiwanese style with relaxing atmosphere.
2025
  - if user ask questions not include in context,
2026
  - just tell them to ask the question in context and give them example question.
2027
- Restrictions: Answer within video content, no external references
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2028
  """
2029
  return instructions
2030
 
 
2024
  - Sometimes encourage user by Taiwanese style with relaxing atmosphere.
2025
  - if user ask questions not include in context,
2026
  - just tell them to ask the question in context and give them example question.
2027
+ Restrictions:
2028
+ - Answer within video content, no external references
2029
+ - don't repeat user's question, guide them to think more.
2030
+ - don't use simple-chinese words, use ZH-TW words. such as below:
2031
+ - intead of 視頻, use 影片.
2032
+ - instead of 宇航員, use 太空人
2033
+ - instead of 計算機, use 電腦
2034
+ - instead of 鼠標, use 滑鼠
2035
+ - instead of 城鐵, use 捷運
2036
+ - instead of 屏幕, use 螢幕
2037
+ - instead of 初中, use 國中
2038
+ - instead of 領導, use 長官
2039
+ - instead of 軟件, use 軟體
2040
+ - instead of 硬件, use 硬體
2041
+ - instead of 公安, use 警察
2042
+ - instead of 渠道, use 通路
2043
+ - instead of 信息, use 資訊
2044
+ - instead of 网络, use 網路
2045
+ - instead of 网站, use 網站
2046
+ - instead of 电视, use 電視
2047
+ - instead of 电影, use 電影
2048
+ - instead of 电脑, use 電腦
2049
+ - instead of 电话, use 電話
2050
+ - instead of 文本, use 文件
2051
+ - instead of 行业, use 產業
2052
+ - instead of 企业, use 公司
2053
+ - instead of 产品, use 產品
2054
+ - instead of 服务, use 服務
2055
  """
2056
  return instructions
2057