localhost fix

This commit is contained in:
adminuser 2025-10-26 23:10:43 +00:00
parent 33354e655e
commit dbc6bf5362

View File

@ -32,7 +32,7 @@ export async function generateContentStream(
params: GenerateStreamParams,
callbacks: StreamCallbacks
): Promise<void> {
const response = await fetch('http://localhost:3301/api/ai/generate-stream', {
const response = await fetch('/api/ai/generate-stream', {
method: 'POST',
headers: {
'Content-Type': 'application/json',