Aucune description

kekeZack 33cf31d4a6 init: 初始化项目 il y a 1 mois
docs 33cf31d4a6 init: 初始化项目 il y a 1 mois
services 33cf31d4a6 init: 初始化项目 il y a 1 mois
tests 33cf31d4a6 init: 初始化项目 il y a 1 mois
tools 33cf31d4a6 init: 初始化项目 il y a 1 mois
.gitignore 33cf31d4a6 init: 初始化项目 il y a 1 mois
README.md 33cf31d4a6 init: 初始化项目 il y a 1 mois

README.md

Fix HauhauCS Thinking Mode Toggle

This repository now has three clear areas:

Layout

  • tools/
    • LM Studio-focused utilities and probes
    • tools/lmstudio/wrapper_generator.py
    • tools/lmstudio/openai_reasoning_proxy.py
    • tools/lmstudio/probes/*
  • services/
    • long-running services
    • services/litellm-lmstudio-adapter/
    • standalone FastAPI adapter project for LiteLLM -> LM Studio native
  • docs/
    • specs and analysis
  • tests/
    • unit tests for top-level tools
  • artifacts/
    • generated outputs, probe results, and runtime traces

Important Files

Tests

python -m unittest tests.test_lmstudio_wrapper_generator
python -m unittest tests.test_openai_reasoning_proxy
python -m unittest discover -s services/litellm-lmstudio-adapter/tests -p "test_*.py"