Skip to content

Commit

Permalink
improve SSE /stream endpoint and clients
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarin committed Jan 9, 2025
1 parent df4c296 commit 6da41af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/backend/fastapi/app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import asyncio
import uuid
import logging
from typing import List
import json
from typing import List, Optional

from contextlib import asynccontextmanager
from fastapi import FastAPI, Request, HTTPException
from fastapi import FastAPI, Request, HTTPException, BackgroundTasks
from fastapi.middleware.cors import CORSMiddleware
from fastapi.responses import RedirectResponse
from fastapi.responses import RedirectResponse, JSONResponse
from pydantic import BaseModel

from pathlib import Path
from dotenv import load_dotenv

Expand Down
Binary file modified apps/backend/fastapi/backend.zip
Binary file not shown.

0 comments on commit 6da41af

Please sign in to comment.