Spaces:
Sleeping
Sleeping
| [project] | |
| name = "cedric-agent" | |
| version = "1.0.0" | |
| description = "Personal AI chatbot for Cedric Laridon's website" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| authors = [ | |
| {name = "Cedric Laridon", email = "cedric@example.com"} | |
| ] | |
| license = {text = "MIT"} | |
| dependencies = [ | |
| "openai>=1.68.2", | |
| "gradio>=5.22.0", | |
| "python-dotenv>=1.0.1", | |
| "pypdf>=5.4.0", | |
| "requests>=2.32.3", | |
| ] | |
| [tool.uv] | |
| dev-dependencies = [] |