AI Workflow using WeatherStack API
AI Workflow using WeatherStack API

AI Workflow using WeatherStack API

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

  1. Takes an input in natural language - "How cold would it be in San Francisco?"

  2. Extract the name of the city

  3. Calls WeatherStack API to get the weather conditions in the mentioned city

  4. 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.

submitted by /u/0xhbam
[link] [comments]