|
|
@@ -549,7 +549,7 @@ const QuestionAnswerInfo: React.FC = () => {
|
|
|
allowClear={true}
|
|
|
style={{ width: '300px', height: '48px' }}
|
|
|
>
|
|
|
- <Option value='DeepSeek-R1-Distill-Qwen-14B'>DeepSeek-R1-Distill-Qwen-14B</Option>
|
|
|
+ <Option value='DeepSeek-R1-Distill-Llama-70B'>DeepSeek-R1-Distill-Llama-70B</Option>
|
|
|
{/* {
|
|
|
modelList.map((item, index) => {
|
|
|
return <Option value={item.value} key={index}>
|