Add configurable LLM provider adapters for email classification
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 5m3s

This commit is contained in:
Steve W
2026-04-09 17:36:46 +00:00
parent 9ed41a3dff
commit 7c9d851a9a
9 changed files with 426 additions and 149 deletions

View File

@@ -1,10 +1,11 @@
[project]
name = "email-classifier"
version = "0.1.0"
description = "Add your description here"
description = "Email classification API with configurable LLM providers and endpoints"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"anthropic>=0.57.1",
"beautifulsoup4>=4.14.3",
"fastapi>=0.128.0",
"openai>=2.16.0",