Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ def fetch_crawl_results(query):
|
|
| 131 |
def generate_blog_post(query, prompt_template):
|
| 132 |
try:
|
| 133 |
# ๋ชฉํ ๊ธ์์ ์ค์ (๋ฌธ์ ์)
|
| 134 |
-
target_char_length =
|
| 135 |
max_attempts = 2 # ์ต๋ ์๋ ํ์
|
| 136 |
|
| 137 |
# ์ฐธ๊ณ ๊ธ ๊ฐ์ ธ์ค๊ธฐ
|
|
|
|
| 131 |
def generate_blog_post(query, prompt_template):
|
| 132 |
try:
|
| 133 |
# ๋ชฉํ ๊ธ์์ ์ค์ (๋ฌธ์ ์)
|
| 134 |
+
target_char_length = 3000
|
| 135 |
max_attempts = 2 # ์ต๋ ์๋ ํ์
|
| 136 |
|
| 137 |
# ์ฐธ๊ณ ๊ธ ๊ฐ์ ธ์ค๊ธฐ
|