Skip to content

Commit 6276fac

Browse files
committed
refactor: update chat command description and AI signature
1 parent c43bdbe commit 6276fac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cli_components/chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def debug_print(message: str, color: str = "blue"):
685685
- Convert units appropriately (°C to °F, m/s to mph, Pa to hPa)
686686
- Explain what the values mean for everyday activities
687687
- Provide context about the weather conditions
688-
- Always sign your analysis with "🌦️Meteorix🌦️ | Created by 😎[Sang-Buster](https://github.com/Sang-Buster)😎"
688+
- Always sign your analysis with "🌦️[Meteorix](https://github.com/Sang-Buster/weather-dashboard)🌦️ | Created by 😎[Sang-Buster](https://github.com/Sang-Buster)😎"
689689
"""
690690

691691
messages = [
@@ -764,7 +764,7 @@ def debug_print(message: str, color: str = "blue"):
764764
Keep the analysis natural and flowing, avoiding bullet-point lists of raw data. Focus on telling the weather "story" and highlight what's most important for people to know.
765765
766766
Remember to analyze the hourly changes since we have 24 data points per day, but only mention specific hours when they're significant.
767-
Sign with "🌦️Meteorix🌦️ | Created by 😎[Sang-Buster](https://github.com/Sang-Buster)😎".""",
767+
Sign with "🌦️[Meteorix](https://github.com/Sang-Buster/weather-dashboard)🌦️ | Created by 😎[Sang-Buster](https://github.com/Sang-Buster)😎".""",
768768
},
769769
]
770770

src/meteorix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ async def top_slash(interaction: discord.Interaction):
658658

659659
@bot.tree.command(
660660
name="chat",
661-
description=f"Chat with an AI assistant about weather data analysis. Use /chat models to list available models. Default model: {st.secrets['ollama']['model']}",
661+
description="Chat with the weather station AI assistant. Use /chat models to list available models.",
662662
)
663663
@app_commands.describe(
664664
prompt="Your question about weather data (or 'models' to list available models)",

0 commit comments

Comments
 (0)