mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-30 17:40:36 +00:00
- Updated server classes (OpenAIServer, SGLangServer, TrlVllmServer, VLLMServer) to accept a ReasoningConfig parameter during initialization. - Enhanced ReasoningConfig to allow flexible max_tokens without strict validation, accommodating varying provider limits. - Implemented reasoning configuration injection in APIServer methods for chat and completion handling. - Updated tests to reflect changes in max_tokens validation logic. This commit integrates reasoning capabilities into the server handling architecture, improving compatibility with diverse reasoning models. |
||
|---|---|---|
| .. | ||
| MANAGED_SERVER.md | ||
| managed_server.py | ||
| openai_server.py | ||
| server_baseline.py | ||
| server_harness.py | ||
| server_manager.py | ||
| sglang_server.py | ||
| trl_vllm_server.py | ||
| vllm_server.py | ||