You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enhance llm-katan OpenAI API compatibility for issue #241 (#354)
* fix: enhance llm-katan OpenAI API compatibility for issue #241
- Add missing OpenAI API response fields (system_fingerprint, logprobs, detailed usage)
- Fix streaming response Content-Type from text/plain to text/event-stream
- Ensure both static and streaming responses include all compatibility fields
- Add token_usage alias for better SDK compatibility
- Apply fixes to both TransformersBackend and VLLMBackend
Resolves OpenWebUI hanging issue when connecting to llm-katan endpoints.
Signed-off-by: Yossi Ovadia <[email protected]>
* bump llm-katan version to 0.1.9 for PyPI release
Published llm-katan v0.1.9 to PyPI with OpenAI API compatibility fixes.
Signed-off-by: Yossi Ovadia <[email protected]>
* chore: trigger CI re-run to check pre-commit status
Trigger CI re-run to verify if Black formatting issues are resolved.
Signed-off-by: Yossi Ovadia <[email protected]>
* trigger pre-commit formatting fix
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: apply black formatting to llm-katan Python files
Signed-off-by: Yossi Ovadia <[email protected]>
* fix: apply black formatting to llm-katan Python files for CI compliance
Signed-off-by: Yossi Ovadia <[email protected]>
---------
Signed-off-by: Yossi Ovadia <[email protected]>
0 commit comments