File tree Expand file tree Collapse file tree
crates/terraphim_orchestrator/src/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ use tracing_subscriber::EnvFilter;
1414fn register_providers ( orchestrator : & mut AgentOrchestrator ) {
1515 let router = orchestrator. router_mut ( ) ;
1616
17- // Implementation and code generation: kimi-for-coding/k2p5
17+ // Implementation and code generation: kimi-for-coding/k2p6
1818 // Subscription: Moonshot subscription via kimi-for-coding prefix.
1919 router. add_provider ( Provider {
20- id : "kimi-for-coding/k2p5 " . into ( ) ,
21- name : "Kimi K2.5 (Moonshot subscription)" . into ( ) ,
20+ id : "kimi-for-coding/k2p6 " . into ( ) ,
21+ name : "Kimi K2.6 (Moonshot subscription)" . into ( ) ,
2222 provider_type : ProviderType :: Llm {
23- model_id : "k2p5 " . into ( ) ,
23+ model_id : "k2p6 " . into ( ) ,
2424 api_endpoint : "https://api.moonshot.ai" . into ( ) ,
2525 } ,
2626 capabilities : vec ! [ Capability :: CodeGeneration , Capability :: FastThinking ] ,
You can’t perform that action at this time.
0 commit comments