Add FastAPI app for report generation with Docker support
Implement a modular FastAPI-based service for generating research reports using `GPTResearcher`. Includes secure API key authentication, a streaming response endpoint, and a Dockerized deployment setup. Also adds documentation, core dependencies, and project structure.
This commit is contained in:
commit
3d0d2b2770
8 changed files with 289 additions and 0 deletions
4
src/phoenix_technologies/__init__.py
Normal file
4
src/phoenix_technologies/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
# phoenix-technologies/__init__.py
|
||||
from .gptresearch.deepresearch import ReportGenerator
|
||||
|
||||
__all__ = ["ReportGenerator"]
|
Loading…
Add table
Add a link
Reference in a new issue