renderers/parsers: olmo3 instruct (#13383)

This commit is contained in:
Parth Sareen
2025-12-09 11:12:27 -08:00
committed by GitHub
parent 0c5e5f6630
commit 2bccf8c624
6 changed files with 1390 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ func ParserForName(name string) Parser {
return harmony.NewHarmonyMessageHandler()
case "cogito":
return &CogitoParser{}
case "olmo3":
return &Olmo3Parser{}
case "olmo3-think":
return &Olmo3ThinkParser{}
default: