Releases: bearlike/MCTS-OpenAI-API
Releases · bearlike/MCTS-OpenAI-API
0.0.91 - Support for Streaming and System Prompt
What's Changed
- Implement real streaming support in chat completions. #2
- Optimized for LM chat interfaces (like OpenWebUI) to render as reasoning tokens. #2
- Support for user provided system prompt. #2
- Improve API documentation #2
Full Changelog: 0.0.9...0.0.91
Reasoning effort set to
highwithGPT-4o-mini
0.0.9 - Add Reasoning Effort to MCTS Wrapper + fixes
What's Changed
Full Changelog: 0.0.1...0.0.9
0.0.1 - MCTS wrapped around Chat Completions
- Added FastAPI server with LangChain orchestration for MCTS
- Support both streaming and non-streaming responses.
- Tested with OpenWebUI for Chat Interface compatibility.
Full Changelog: https://github.com/bearlike/mcts-openai-api/commits/0.0.1