Spaces:
Runtime error
Runtime error
| [project] | |
| name = "cas-generative-ai" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "gradio>=5.49.1", | |
| "langchain>=1.0.2", | |
| "langchain-community>=0.4", | |
| "langchain-core>=1.0.1", | |
| "langchain-openai>=1.0.1", | |
| "langchain-tavily>=0.2.12", | |
| "openai>=2.6.1", | |
| "python-dotenv>=1.1.1", | |
| "pyyaml>=6.0.3", | |
| "tavily-python>=0.7.12", | |
| "wikipedia>=1.4.0", | |
| ] | |