thepopebot 1.2.15 → 1.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/chat/api.js
CHANGED
|
@@ -2,7 +2,7 @@ import { auth } from '../auth/index.js';
|
|
|
2
2
|
import { chatStream } from '../ai/index.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* POST handler for /
|
|
5
|
+
* POST handler for /stream/chat — streaming chat with session auth.
|
|
6
6
|
* Dedicated route handler separate from the catch-all api/index.js.
|
|
7
7
|
*/
|
|
8
8
|
export async function POST(request) {
|
package/package.json
CHANGED
|
File without changes
|