feat: 1. 实现一键替换。
2. 优化追加附件和模板上传的样式。
This commit is contained in:
@@ -1549,7 +1549,8 @@ export function ReviewSettings({
|
||||
return (
|
||||
<div className="config-section">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||
<div>
|
||||
|
||||
{/* <div>
|
||||
<label className="form-label" htmlFor={`ai-model-${id}`}>
|
||||
模型选择 <span className="required-mark">*</span>
|
||||
</label>
|
||||
@@ -1564,11 +1565,12 @@ export function ReviewSettings({
|
||||
}}
|
||||
>
|
||||
<option value="deepseek">DeepSeek</option>
|
||||
{/* <option value="qwen72b">Qwen72B-VL</option> */}
|
||||
{/* <option value="qwen14b">Qwen14B</option> */}
|
||||
<option value="qwen72b">Qwen72B-VL</option>
|
||||
<option value="qwen14b">Qwen14B</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
</div> */}
|
||||
|
||||
{/* <div>
|
||||
<label className="form-label" htmlFor={`ai-temp-${id}`}>温度参数</label>
|
||||
<input
|
||||
type="number"
|
||||
@@ -1587,7 +1589,8 @@ export function ReviewSettings({
|
||||
generateEvaluationConfig();
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<div className="col-span-1 md:col-span-2">
|
||||
<label className="form-label" htmlFor={`ai-prompt-${id}`}>大模型 Prompt <span className="required-mark">*</span></label>
|
||||
<textarea
|
||||
|
||||
Reference in New Issue
Block a user