luisquintanilla / todo-plugin-sample

ChatGPT To-Do Plugin Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Todo Plugin

ChatGPT Todo plugin built using Minimal ASP.NET Core Web API

Prerequisites

About the application

This application lists, adds, and deletes to-do items from an in-memory collection using ChatGPT as the chat interface.

The main components of a plugin are:

  • A web service (Minimal ASP.NET Core Web API)
  • An OpenAPI spec (Automatically generated by Swashbuckle)
  • A manifest file (wwwroot/.well-known/ai-plugin.json)

Run

Visual Studio

  1. Open solution
  2. Set openai-plugin-csharp as default startup project
  3. Press F5

VS Code

  1. Open the terminal
  2. Run dotnet run

Resources

About

ChatGPT To-Do Plugin Sample


Languages

Language:C# 100.0%