voxel51 / voxelgpt

AI assistant that can query visual datasets, search the FiftyOne docs, and answer general computer vision questions
https://gpt.fiftyone.ai
Apache License 2.0
234 stars 17 forks source link

Backwards-compatible secrets check #111

Closed brimoor closed 11 months ago

brimoor commented 11 months ago

One of two things needs to happen:

  1. Make this change so that this plugin continues to be backwards-compatible with pre-secret versions of FO, as claimed by the fiftyone.yml
  2. Update fiftyone.yml to document that this plugin now requires a version of FO that supports ctx.secret

Since this change is simple, I suggest Option 1 😄