File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default async (
9696
9797 // Use config timeout, or default per provider
9898 const timeout =
99- config . timeout || ( providerInstance . name === 'ollama' ? 30_000 : 10_000 ) ;
99+ config . timeout || ( providerInstance . name === 'ollama' ? 30_000 : 15_000 ) ;
100100
101101 // Validate provider config
102102 const validation = providerInstance . validateConfig ( ) ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default () =>
5959
6060 // Use config timeout, or default per provider
6161 const timeout =
62- config . timeout || ( providerInstance . name === 'ollama' ? 30_000 : 10_000 ) ;
62+ config . timeout || ( providerInstance . name === 'ollama' ? 30_000 : 15_000 ) ;
6363
6464 // Use the unified model or provider default
6565 let model = config . OPENAI_MODEL || providerInstance . getDefaultModel ( ) ;
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ export const TogetherProvider: ProviderDef = {
1414 )
1515 . map ( ( m : any ) => m . id ) ,
1616 defaultModels : [
17- 'Qwen/Qwen3-Next-80B-A3B-Instruct ' ,
18- 'zai-org/GLM-4 .5-Air-FP8 ' ,
19- 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo ' ,
17+ 'deepseek-ai/DeepSeek-V3.1 ' ,
18+ 'Qwen/Qwen3 .5-9B ' ,
19+ 'Qwen/Qwen3.5-397B-A17B ' ,
2020 ] ,
2121 requiresApiKey : true ,
2222} ;
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 baseUrl : 'https://api.together.xyz' ,
6868 apiKey : TOGETHER_API_KEY ! ,
69- model : 'Qwen/Qwen3-Next-80B-A3B-Instruct ' ,
69+ model : 'deepseek-ai/DeepSeek-V3.1 ' ,
7070 locale : config . locale ,
7171 diff : gitDiff ,
7272 completions : config . generate ,
You can’t perform that action at this time.
0 commit comments