mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-05 03:50:59 +08:00
Change the default model to qwen3-max to mitigate output quality issues caused by model downgrading.
This commit is contained in:
@@ -1095,7 +1095,7 @@ function ModelConfigModal({
|
||||
type="text"
|
||||
value={modelName}
|
||||
onChange={(e) => setModelName(e.target.value)}
|
||||
placeholder="例如: deepseek-chat, qwen-max, gpt-5"
|
||||
placeholder="例如: deepseek-chat, qwen3-max, gpt-5"
|
||||
className="w-full px-3 py-2 rounded"
|
||||
style={{ background: '#0B0E11', border: '1px solid #2B3139', color: '#EAECEF' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user