Skip to content

Releases: bearlike/MCTS-OpenAI-API

0.0.91 - Support for Streaming and System Prompt

01 Apr 09:15
ec5991c

Choose a tag to compare

Packages

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

image

Reasoning effort set to high with GPT-4o-mini

0.0.9 - Add Reasoning Effort to MCTS Wrapper + fixes

31 Mar 07:04
9f29905

Choose a tag to compare

What's Changed

  • Add Reasoning Effort to MCTS Wrapper by @bearlike in #1
  • Fix docs, scripts, and Dockerfile.

Full Changelog: 0.0.1...0.0.9

0.0.1 - MCTS wrapped around Chat Completions

24 Mar 09:57

Choose a tag to compare

  • 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