Skip to content

Commit

Permalink
2.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Oct 23, 2024
1 parent 13c78cf commit 5eccedb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changlog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 功能升级日志

# 计划
# 2.21.7
- 😄 新增:claude-3-5-sonnet-20241022

# 2.21.6
- 😄 新增:pika 文生视频 图生视频
- 🐞 修复:luma 支持长宽比例
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-web-midjourney-proxy",
"version": "2.21.6",
"version": "2.21.7",
"private": false,
"description": "ChatGPT Web Midjourney Proxy",
"author": "Dooy <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "ChatGPT-MJ",
"version": "2.21.6"
"version": "2.21.7"
},
"tauri": {
"allowlist": {
Expand Down
1 change: 1 addition & 0 deletions src/api/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
"claude-3-sonnet-20240229": "2023-08",
"claude-3-haiku-20240307": "2023-08",
"claude-3-5-sonnet-20240620": "2024-04",
"claude-3-5-sonnet-20241022": "2024-04",
"gemini-pro": "2023-12",
"gemini-pro-vision": "2023-12",
"gemini-pro-1.5": "2024-04"
Expand Down
2 changes: 1 addition & 1 deletion src/views/mj/aiModel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ model:[ 'gpt-4-turbo-2024-04-09','o1-preview','o1-mini','o1-preview-2024-09-12',
,`gpt-4-vision-preview`,`gpt-3.5-turbo-1106` ,'gpt-3.5-turbo-0125'
,'gpt-3.5-turbo-0301','gpt-3.5-turbo-0613','gpt-4-all','gpt-3.5-net'
,'gemini-pro',"gemini-pro-vision",'gemini-pro-1.5',"gemini-1.5-pro-exp-0801"
,'claude-3-sonnet-20240229','claude-3-opus-20240229','claude-3-haiku-20240307','claude-3-5-sonnet-20240620','suno-v3'
,'claude-3-5-sonnet-20241022','claude-3-sonnet-20240229','claude-3-opus-20240229','claude-3-haiku-20240307','claude-3-5-sonnet-20240620','','suno-v3'
]
,maxToken:4096
});
Expand Down

0 comments on commit 5eccedb

Please sign in to comment.