Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note for using the Gitpod deployment #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ You can either follow the directions below or [open this in gitpod](https://gitp

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/CassioML/cassandra-todolist-chatgpt-plugin)

If you want to use the Gitpod method you'll need to make a few changes based on the port that Gitpod exposes. Once you've identified the port by clicking on the Ports tab in your Gitpod and copying the Port ID, you'll need to use that rather than "localhost:5003" everywhere the IP and port are referenced, including in both the .well-known/ai-plugin.json Manifest file and the openapi.yaml API specification file in order for ChatGPT to correctly connect to your plugin.

## Setup

### Clone the Repo
Expand Down