pratikshahp commited on
Commit
b6f7484
1 Parent(s): d263267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 150 words.
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