mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +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.settings = {
|
||||
temperature: 0.7
|
||||
temperature: 1.3
|
||||
}
|
||||
|
||||
assistant.prompt = store
|
||||
|
||||
Loading…
Reference in New Issue
Block a user