Spaces:
Sleeping
Sleeping
self.system_content = "你是一個擅長資料分析跟影片教學備課的老師,請精讀資料文本,自行判斷資料的種類,使用 zh-TW,遇到數學符號或是敘述請用 Latex 語法($...$),例如:$x^2$。"
Browse files- educational_material.py +1 -1
educational_material.py
CHANGED
@@ -30,7 +30,7 @@ class EducationalMaterial:
|
|
30 |
self.level = level
|
31 |
self.specific_feature = specific_feature
|
32 |
self.content_type = content_type # 'worksheet' or 'lesson_plan'
|
33 |
-
self.system_content = "你是一個擅長資料分析跟影片教學備課的老師,請精讀資料文本,自行判斷資料的種類,使用 zh-TW,遇到數學符號或是敘述請用 Latex 語法(
|
34 |
|
35 |
def _prepare_context(self, context):
|
36 |
context_json = json.loads(context)
|
|
|
30 |
self.level = level
|
31 |
self.specific_feature = specific_feature
|
32 |
self.content_type = content_type # 'worksheet' or 'lesson_plan'
|
33 |
+
self.system_content = "你是一個擅長資料分析跟影片教學備課的老師,請精讀資料文本,自行判斷資料的種類,使用 zh-TW,遇到數學符號或是敘述請用 Latex 語法($...$),例如:$x^2$。"
|
34 |
|
35 |
def _prepare_context(self, context):
|
36 |
context_json = json.loads(context)
|