diff --git a/src/pages/Code/index.tsx b/src/pages/Code/index.tsx index 768f43f..db289e4 100644 --- a/src/pages/Code/index.tsx +++ b/src/pages/Code/index.tsx @@ -77,7 +77,7 @@ const CodeAnalysisPage: React.FC = () => { 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' }, body: JSON.stringify({ - model: 'deepseek-chat', + model: 'deepseek-ai/DeepSeek-R1', messages: [ { role: 'user', diff --git a/src/pages/Forecast/index.tsx b/src/pages/Forecast/index.tsx index 5698ed5..4b6fb9e 100644 --- a/src/pages/Forecast/index.tsx +++ b/src/pages/Forecast/index.tsx @@ -126,7 +126,7 @@ const AnalysisCenter: React.FC = () => { 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' }, body: JSON.stringify({ - model: 'deepseek-chat', + model: 'deepseek-ai/DeepSeek-R1', messages: [ { role: 'system', @@ -208,7 +208,7 @@ const AnalysisCenter: React.FC = () => { 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' }, body: JSON.stringify({ - model: 'deepseek-chat', + model: 'deepseek-ai/DeepSeek-R1', messages: [ { role: 'system', diff --git a/src/pages/Report/index.tsx b/src/pages/Report/index.tsx index 85ce47b..e8fc7ef 100644 --- a/src/pages/Report/index.tsx +++ b/src/pages/Report/index.tsx @@ -105,7 +105,7 @@ const ReportPage: React.FC = () => { 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' }, body: JSON.stringify({ - model: 'deepseek-chat', + model: 'deepseek-ai/DeepSeek-R1', messages: [ { role: 'user', @@ -196,7 +196,7 @@ const handleDownload = async () => { 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' }, body: JSON.stringify({ - model: 'deepseek-chat', + model: 'deepseek-ai/DeepSeek-R1', messages: [ { role: 'user',