- {/* Install Checklist */}
-
-
- {formatMessage({ id: 'apiSettings.ccwLitellm.install.checklist' })}
-
-
- {CHECKLIST_ITEMS.map((item) => (
- -
-
-
- {formatMessage({ id: item.labelId })}
- {' - '}
- {formatMessage({ id: item.descId })}
-
-
- ))}
-
-
-
- {/* Install Info */}
-
-
-
-
-
- {formatMessage({ id: 'apiSettings.ccwLitellm.install.location' })}
-
-
-
- {formatMessage({ id: 'apiSettings.ccwLitellm.install.locationPath' })}
-
-
-
- {formatMessage({ id: 'apiSettings.ccwLitellm.install.timeEstimate' })}
-
-
-
-
-
- {/* Progress Section - shown during install */}
- {isInstalling && (
-
-
- {isComplete ? (
-
- ) : (
-
- )}
- {stageText}
-
-
-
- )}
-
- {/* Error message */}
- {errorText && !isInstalling && (
-
{errorText}
- )}
-
-
-