File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -30691,14 +30691,7 @@ var MODEL_LIST = {
30691
30691
"claude-3-5-sonnet-20240620",
30692
30692
"claude-3-opus-20240229",
30693
30693
"claude-3-sonnet-20240229",
30694
- "claude-3-haiku-20240307"
30695
- ],
30696
- gemini: [
30697
- "gemini-1.5-flash",
30698
- "gemini-1.5-pro",
30699
- "gemini-1.0-pro",
30700
- "gemini-pro-vision",
30701
- "text-embedding-004"
30694
+ "claude-3-opus-20240229"
30702
30695
]
30703
30696
};
30704
30697
var getDefaultModel = (provider4) => {
Original file line number Diff line number Diff line change @@ -49501,7 +49501,7 @@ var MODEL_LIST = {
49501
49501
"claude-3-5-sonnet-20240620",
49502
49502
"claude-3-opus-20240229",
49503
49503
"claude-3-sonnet-20240229",
49504
- "claude-3-haiku-20240307 "
49504
+ "claude-3-opus-20240229 "
49505
49505
],
49506
49506
gemini: [
49507
49507
"gemini-1.5-flash",
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ export const getConfig = ({
423
423
OCO_GITPUSH : process . env . OCO_GITPUSH === 'false' ? false : true ,
424
424
OCO_ONE_LINE_COMMIT :
425
425
process . env . OCO_ONE_LINE_COMMIT === 'true' ? true : false ,
426
- OCO_AZURE_ENDPOINT : process . env . OCO_AZURE_ENDPOINT || '' ,
426
+ OCO_AZURE_ENDPOINT : process . env . OCO_AZURE_ENDPOINT || undefined ,
427
427
OCO_TEST_MOCK_TYPE : process . env . OCO_TEST_MOCK_TYPE || 'commit-message' ,
428
428
OCO_FLOWISE_ENDPOINT : process . env . OCO_FLOWISE_ENDPOINT || ':' ,
429
429
OCO_FLOWISE_API_KEY : process . env . OCO_FLOWISE_API_KEY || 'undefined'
Original file line number Diff line number Diff line change 1
1
{
2
2
"localLanguage" : " 简体中文" ,
3
- "commitFix" : " 修复 (server.ts):将端口变量从小写port改为大写PORT" ,
4
- "commitFeat" : " 功能 (server.ts):添加对process.env.PORT环境变量的支持" ,
3
+ "commitFix" : " fix (server.ts):将端口变量从小写port改为大写PORT" ,
4
+ "commitFeat" : " feat (server.ts):添加对process.env.PORT环境变量的支持" ,
5
5
"commitDescription" : " 现在端口变量被命名为PORT,这提高了命名约定的一致性,因为PORT是一个常量。环境变量的支持使应用程序更加灵活,因为它现在可以通过process.env.PORT环境变量在任何可用端口上运行。"
6
6
}
You can’t perform that action at this time.
0 commit comments