Add configurable LLM provider adapters for email classification
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 5m3s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 5m3s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user