+
Model Info
+
+
+
+ {selectedInfo.description && (
+
+ )}
+
+
+ Model loading and parameter configuration coming soon
+
+
+ )}
+ >
+ );
+}
+
+function InfoLine({ label, value, mono }) {
+ return (
+
+
+ { setLocal(e.target.value); setError(null); }}
+ style={{
+ width: '220px', padding: '5px 8px', fontSize: '12px',
+ fontFamily: 'monospace',
+ background: 'var(--bg-elevated)', border: `1px solid ${error ? '#e74c3c' : 'var(--border)'}`,
+ borderRadius: 'var(--radius-md)', color: 'var(--text-primary)', outline: 'none',
+ }}
+ />
+ {isDirty && (
+
+ )}
+
+ {error &&
{error}}
+
+ );
}
\ No newline at end of file