Skip to content

TryKosm/multimodal-assistant-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multimodal-assistant-api

FastAPI service for multimodal prompt processing with text and image URL inputs.

Capabilities

  • Accepts text and optional image URL.
  • Runs moderation checks.
  • Produces structured assistant responses with citations placeholders.
  • Includes health and version endpoints for deployment checks.

Run

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
uvicorn app.main:app --reload
pytest -q

About

FastAPI multimodal prompt service with moderation and response contracts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors