Spaces:
Sleeping
Sleeping
[project] | |
name = "python-template" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
requires-python = ">=3.11" | |
dependencies = [ | |
"anthropic>=0.49.0", | |
"google-generativeai>=0.8.5", | |
"nest-asyncio>=1.6.0", | |
"openai>=1.72.0", | |
"pinecone>=6.0.2", | |
"python-dotenv>=1.1.0", | |
"streamlit>=1.44.1", | |
"langsmith" | |
] | |