I created an AI workflow using WeatherStack's open API and GPT 4o mini. This uses Athina Flows as the AI workflow builder. Here's how it works
Takes an input in natural language - "How cold would it be in San Francisco?"
Extract the name of the city
Calls WeatherStack API to get the weather conditions in the mentioned city
Uses GPT 4o to summarize the weather conditions and render the output in Markdown format.
This is a quick Flow built in 2 minutes and can be made more complex using custom Python code blocks.
You can check out the Flow [Link in comments] and fork it to make changes to the code and prompt.
[link] [comments]