Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app/api/ask-ai/route.ts
Browse filesLet's hope this makes the pro modal go away
- app/api/ask-ai/route.ts +6 -2
app/api/ask-ai/route.ts
CHANGED
|
@@ -155,8 +155,12 @@ export async function POST(request: NextRequest) {
|
|
| 155 |
encoder.encode(
|
| 156 |
JSON.stringify({
|
| 157 |
ok: false,
|
| 158 |
-
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
})
|
| 161 |
)
|
| 162 |
);
|
|
|
|
| 155 |
encoder.encode(
|
| 156 |
JSON.stringify({
|
| 157 |
ok: false,
|
| 158 |
+
message:
|
| 159 |
+
error.message ||
|
| 160 |
+
"An error occurred while processing your request.",
|
| 161 |
+
// ok: false,
|
| 162 |
+
// openProModal: true,
|
| 163 |
+
// message: error.message,
|
| 164 |
})
|
| 165 |
)
|
| 166 |
);
|