File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ export const TogetherProvider: ProviderDef = {
1414 )
1515 . map ( ( m : any ) => m . id ) ,
1616 defaultModels : [
17- 'moonshotai/Kimi-K2-Instruct-0905' ,
1817 'Qwen/Qwen3-Next-80B-A3B-Instruct' ,
1918 'zai-org/GLM-4.5-Air-FP8' ,
20- 'meta-llama/Llama-3.2-3B -Instruct-Turbo' ,
19+ 'meta-llama/Meta- Llama-3.1-8B -Instruct-Turbo' ,
2120 ] ,
2221 requiresApiKey : true ,
2322} ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default testSuite(({ describe }) => {
6666 const { messages : commitMessages } = await generateCommitMessage (
6767 'https://api.together.xyz' ,
6868 TOGETHER_API_KEY ! ,
69- 'moonshotai/Kimi-K2-Instruct-0905 ' ,
69+ 'Qwen/Qwen3-Next-80B-A3B-Instruct ' ,
7070 config . locale ,
7171 gitDiff ,
7272 config . generate ,
You can’t perform that action at this time.
0 commit comments