-
${model || 'gpt-4o'}
-
-
- `;
- }
-
render() {
const elapsedTime = this.getElapsedTime();
- const isError = this.statusText && (this.statusText.toLowerCase().includes('error') || this.statusText.toLowerCase().includes('failed'));
- const shortStatus = isError ? 'Error' : this.statusText;
return html`