Add claude-mythos-5 model to schema (#4077)

Insert a new 'claude-mythos-5' model tuple into src-tauri/src/database/schema.rs. The tuple ("claude-mythos-5", "Claude Mythos 5", "10", "50", "1.00", "12.50") is added to the models list (placed before the Claude 4.8 series) to register the Mythos 5 model with the Database schema.
This commit is contained in:
osscv
2026-06-11 21:53:11 +08:00
committed by GitHub
Unverified
parent 7bb59fa5a6
commit d70e3828fe
+8
View File
@@ -1284,6 +1284,14 @@ impl Database {
"1.00",
"12.50",
),
(
"claude-mythos-5",
"Claude Mythos 5",
"10",
"50",
"1.00",
"12.50",
),
// Claude 4.8 系列
(
"claude-opus-4-8",