π§ FastFlowLM v0.1.2 β API Support and Stability Improvements
Weβre pleased to announce v0.1.2 of FastFlowLM, focused on extending API compatibility and improving output stability in server mode.
β¨ What's New
-
Initial Support for OpenAI-Compatible API
- Added basic support for the
/v1/api/completionsendpoint.
This opens the door for broader integration with OpenAI-compatible tools and clients.
- Added basic support for the
-
Unicode Streaming Fix
- Resolved a critical bug where Unicode characters could break the output stream in
servemode.
- Resolved a critical bug where Unicode characters could break the output stream in
-
Minor Cleanup
- Fixed several typos across logs, prompts, and documentation.
β Reminder: Usage Examples
Interactive Mode:
flm run llama3.2:1BServer Mode (default model is llama3.2:1B):
flm serveNow supports /v1/api/completions in addition to native REST format.