Matt Joyce
Matt Joyce
This project has not metadata for PyPi to use. The resulting project page is a bit wanting. I have made a pull request for your consideration : https://github.com/mendableai/firecrawl/pull/191
This is a minor change that does two things. **Moves the version value, from being hardcoded in setup.py to __init__.py** Purpose and Benefits: - Separation of Concerns: By moving the...
**Problem Description** Currently, Firecrawl's service uses OpenAI's models. This restriction might not cater to all users' needs, as some might prefer using alternative models that are can handle different langauges,...
### What do you need? It's sometime useful and often interesting to understand how many tokens are being used. Especially when trying different models. My hope would be for a...
### What do you need? # External Template Extensions Proposal ## Overview Propose adding an external extension system to Fabric that allows users to extend functionality through custom executables while...
### What do you need? # Implement Global Debug Option ## Current State - Debug output is inconsistent across packages - Some packages use hardcoded debug=false flags - Various packages...
### What happened? I have just updated my fabric, and now my prompts with templates do not work. Even the most basic variable substitution fails to work. v1.4.134 built from...