AIRider commited on
Commit
abbc9f4
ยท
verified ยท
1 Parent(s): 06d8b14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 2000
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
  # ์ฐธ๊ณ ๊ธ€ ๊ฐ€์ ธ์˜ค๊ธฐ