fix: 应用模型为deepseek-R1
This commit is contained in:
parent
23dcdc6ac6
commit
b05921c1a5
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user