feat: add support for Anthropic provider, including configuration and conversion utilities
This commit is contained in:
@@ -10,7 +10,9 @@ authors = [
|
||||
dependencies = [
|
||||
"streamlit",
|
||||
"python-dotenv",
|
||||
"openai"
|
||||
"openai",
|
||||
"anthropic",
|
||||
"google-genai",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
||||
Reference in New Issue
Block a user