mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 16:39:15 +08:00
feat: adjust translation assistant temperature
This commit is contained in:
parent
7f86e9ceeb
commit
e42d6d4219
@ -25,7 +25,7 @@ export function getDefaultTranslateAssistant(targetLanguage: string, text: strin
|
|||||||
assistant.model = translateModel
|
assistant.model = translateModel
|
||||||
|
|
||||||
assistant.settings = {
|
assistant.settings = {
|
||||||
temperature: 0.7
|
temperature: 1.3
|
||||||
}
|
}
|
||||||
|
|
||||||
assistant.prompt = store
|
assistant.prompt = store
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user