Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

pluralsight/chatgpt-plugin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Summary

In this repo, you'll find the code files needed to create a simple ChatGPT plugin that retrieves information for a single stock.

  • main.py: A simple Flask program written to retrieve stock informatiom from an external API (Alpha Vantage)
  • ai-plugin.json: The plugin manifest file that contains plugin metadata (name, logo, etc.) and auth type
  • openapi.yaml: The OpenAPI specification with details about your API so ChatGPT understands what it does

For a step-by-step walk-through of how to set up a development environment and install the plugin in ChatGPT, check out this Pluralsight blog.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages