samholt / L2MAC

🚀 The LLM Automatic Computer Framework: L2MAC
https://samholt.github.io/L2MAC/
MIT License
67 stars 19 forks source link

Every other python project, I swear to god, aint ready for production and requires a bloody dance #8

Closed genkernel closed 1 week ago

genkernel commented 1 week ago

I followed Installation commands:

conda create -n l2mac python=3.9 && conda activate l2mac
pip install --upgrade l2mac
cd examples/
python generate_codebase_complex_url_shortener_app.py

I got:

│ ╭────────────────────────────────────────────── locals ───────────────────────────────────────────────╮              │
│ │ request_limit_per_minute = '7 img/min'                                                              │              │
│ │                     self = <l2mac.llm_providers.rate_limiter.ChatRateLimiter object at 0x103a2a730> │              │
│ │   token_limit_per_minute = None                                                                     │              │
│ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────╯              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: unsupported operand type(s) for /: 'str' and 'float'
genkernel commented 1 week ago

Respectively, the trace indicates that errors are most likely caused by 3rd party libs, not L2MAC.