Spaces:
Runtime error
Runtime error
File size: 782 Bytes
79a05d5 c44c609 79a05d5 0832091 3d00849 0832091 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
title: Chatgpt plugin Space
emoji: 🤗
colorFrom: yellow
colorTo: green
sdk: docker
app_file: app/main.py
pinned: true
---
# 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 YouTube video](https://youtu.be/-GV7DAJ4dVU).
|