nrl-ai / pautobot

🔥 Your private task assistant with GPT 🔥 - Ask questions about your documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin: Ask Today's Weather

vietanhdev opened this issue · comments

  • Find API options. Write Python functions to get the weather from the location using API.
  • Parse a sentence to find the location and query weather:
How's the weather in Hanoi today?  => "Hanoi"  => Cloudy, 38oC.
  • Write regular expression(s) to recognize the weather query sentences.