Spaces:
Runtime error
Runtime error
sys_content = "你是一個擅長台灣繁體中文教學的小學老師,使用 zh-TW"
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def generate_article(reference_text, lesson_title, seed_words, derivative_words,
|
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
-
sys_content = "你是一個擅長中文教學的老師,使用 zh-TW"
|
| 23 |
user_content = f"""
|
| 24 |
請根據 {reference_text}
|
| 25 |
{prompt_text}
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
+
sys_content = "你是一個擅長台灣繁體中文教學的小學老師,使用 zh-TW"
|
| 23 |
user_content = f"""
|
| 24 |
請根據 {reference_text}
|
| 25 |
{prompt_text}
|