localhost fix
This commit is contained in:
parent
33354e655e
commit
dbc6bf5362
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user