v0.56.0
PromptingTools v0.56.0
Updated
- Enabled Streaming for OpenAI-compatible APIs (eg, DeepSeek Coder)
- If streaming to stdout, also print a newline at the end of streaming (to separate multiple outputs).
Fixed
- Relaxed the type-assertions in
StreamCallback
to allow for more flexibility.
Commits
Merged pull requests:
- Tidy up streaming callbacks (#209) (@svilupp)
- Enable Streaming for OpenAI-compatible models (#210) (@svilupp)
Closed issues:
- Implement Prompt Caching Feature for Anthropic API Calls (#196)