π FastFlowLM v0.1.3 β Metadata, File Prompts, and Code Readiness
Pre-release
Pre-release
π FastFlowLM v0.1.3 β Metadata, File Prompts, and Code Readiness
FastFlowLM v0.1.3 brings important improvements for usability, WebUI integration, and future extensibility.
β¨ What's New
-
REST API Now Includes Metadata
- Added generation metadata (e.g., generation speed, token count) in the API response.
- This enables proper integration with WebUI clients that rely on these fields.
-
Prompt File Input for
flm run- You can now pass a prompt text file directly:
flm run llama3.2 prompt.txt
- You can now pass a prompt text file directly:
-
Code Refactoring for Future Models
- Internal code structure has been reorganized to support upcoming models more cleanly and modularly.
-
Improved Model Download (Pull) Interface
- The model pulling mechanism is more robust and user-friendly for downloading models on demand.
β Usage Recap
Interactive CLI:
flm run llama3.2
flm run llama3.2 prompt.txtServer Mode:
flm serveIncludes /v1/api/completions with metadata support.