Something broke; this shouldn't happen.{outer ? ' Please try reloading Big-AGI.' : ''}
+An unexpected error occurred.{outer ? ' Please try reloading Big-AGI.' : ''}
{outer && (
{' '}If the issue persists, please{' '}
diff --git a/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx b/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx
index 0f742d3c7..e52bae7b7 100644
--- a/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx
+++ b/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx
@@ -31,7 +31,7 @@ export async function executeUserInputChecklistInstruction(
// if no options, there's an error
if (options.length < 2) {
- reject(new Error('Oops! It looks like we had trouble understanding the Model. Could you please try again?'));
+ reject(new Error('Unable to parse model output. Please try again with a different prompt or model.'));
return;
}
diff --git a/src/modules/browse/BrowseSettings.tsx b/src/modules/browse/BrowseSettings.tsx
index cd50730f0..076400d85 100644
--- a/src/modules/browse/BrowseSettings.tsx
+++ b/src/modules/browse/BrowseSettings.tsx
@@ -87,7 +87,7 @@ export function BrowseSettings() {