feat: add support for Anthropic provider, including configuration and conversion utilities

This commit is contained in:
2025-03-26 11:57:52 +00:00
parent b4986e0eb9
commit a4683023ad
7 changed files with 534 additions and 31 deletions

View File

@@ -10,7 +10,9 @@ authors = [
dependencies = [
"streamlit",
"python-dotenv",
"openai"
"openai",
"anthropic",
"google-genai",
]
classifiers = [
"Development Status :: 3 - Alpha",