Notebooks
O
OpenAI
.Gpt Action Getting Started

.Gpt Action Getting Started

chatgptgpt_actions_libraryopenaigpt-4examplesopenai-apiopenai-cookbook

GPT Action Library: Getting Started (Weather.gov)

Introduction

This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information:

This particular GPT Action provides an overview of how to connect to a Weather.gov weather forecast. This Action takes a user’s question about a location, converts the lat-long into a weather forecast office (WFO), x, and y coordinates, then converts those 3 values into a weather forecast.

Note: When setting up the GPT Action, for authentication, leave it with "None". This is a public API and does not require any Authentication

Value + Example Business Use Cases

Value: Users can now leverage ChatGPT's natural language capability to forecast the weather

Example Use Cases:

  • Users can plan out their day based on weather patterns
  • Users can quickly visualize (including graphs) what the weather is forecasted to look like

Application Information

Application Key Links

Check out these links from the application before you get started:

ChatGPT Steps

Custom GPT Instructions

Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out Getting Started Example to see how this step works in more detail.

[ ]

OpenAPI Schema

Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out Getting Started Example to see how this step works in more detail.

[ ]

FAQ & Troubleshooting

Are there integrations that you’d like us to prioritize? Are there errors in our integrations? File a PR or issue in our github, and we’ll take a look.