mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-03 14:02:58 +08:00
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
4 lines
87 B
Python
4 lines
87 B
Python
# SkillOpt WebUI — `__main__` entry point
|
|
from skillopt_webui.app import main
|
|
main()
|