Spaces:
Runtime error
Runtime error
| [project] | |
| name = "final-assignment-template" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| authors = [ | |
| { name = "Muhammad Maaz Uddin", email = "maaznadeem246@gmail.com" } | |
| ] | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "gradio", | |
| "itsdangerous>=2.2.0", | |
| "langchain-community>=0.3.22", | |
| "litellm>=1.67.2", | |
| "requests", | |
| "smolagents>=1.14.0", | |
| ] | |
| [project.scripts] | |
| final-assignment-template = "final_assignment_template:main" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |