AI Model Integration

This application leverages the power of Google’s Gemini 1.5 Flash and Anthropic’s Claude 3 Opus language models to provide intelligent features such as:

The AI models are used within the following functions:

API Key Configuration

To use the AI-powered features, you’ll need to obtain an API key from either Google (for Gemini) or Anthropic (for Claude) and provide it to the application. You will need to select which model you are using. Instructions for obtaining and configuring the API key will be provided in the [Getting Started] section (you need to add details about the API Key configuration to the getting_started.rst file.)

Model Selection

The user can select either Gemini or Claude as their preferred AI model for generating visualizations, interpretations, and interactive chat. The application will use the selected model for all subsequent AI-related operations. This choice is made through the user interface and passed to the backend functions.