Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_review_node(state: Sequence[BaseMessage]) -> str:
|
|
48 |
review_prompt_template = """
|
49 |
You are an expert weather analyst. Based on the provided weather information, generate a detailed and insightful review.
|
50 |
Weather Information: {weather_info[1]}
|
51 |
-
Your review should include an analysis of the weather conditions and finish in
|
52 |
Review:
|
53 |
"""
|
54 |
|
|
|
48 |
review_prompt_template = """
|
49 |
You are an expert weather analyst. Based on the provided weather information, generate a detailed and insightful review.
|
50 |
Weather Information: {weather_info[1]}
|
51 |
+
Your review should include an analysis of the weather conditions and finish in 100 words.
|
52 |
Review:
|
53 |
"""
|
54 |
|