Skip to main content

Dynamic Cards in GPTfy

What Are Dynamic Cards?

Dynamic Cards in GPTfy give you a visual, intuitive way to manage AI models, catalogs, and API data sources. These cards eliminate manual configurations and simplify reuse across environments.

Dynamic Cards represent key AI components inside GPTfy:

  • AI Models: like Azure OpenAI, Google PaLM, or OpenAI GPT-4
  • AI Catalogs: curated AI use cases or prompt templates
  • API Data Sources: external data services connected to GPTfy

Each card captures configuration details in a structured format and can be viewed or updated within the app.

Cards Configuration Object

All details associated with dynamic cards are stored in an object named “Cards Configuration.”

alt text

Export/Import Functionality

GPTfy offers an export/import feature to facilitate sharing card configurations between organizations.
This eliminates the need to recreate cards from scratch in each organization.

Export Process

  1. Access the Cards Configuration list view.
  2. Select the specific cards (AI models, data sources, or catalogs) you want to export.
  3. Click the “Download” button.
  4. Download the generated JSON file.

alt text

Import Process

  1. Go to the other org where you want to import these card configurations.
  2. Go to card configurations and click on upload menu.

alt text

  1. Upload the downloaded JSON file containing the exported card configurations.
  2. Click “Upload.”

alt text

  1. Upon successful upload, a confirmation message will appear.

alt text

Verifying Import

Check the respective list views for AI Models, AI Catalogs, and API Data Sources to confirm the imported card configurations.

You’re good to go!