feat: adjust translation assistant temperature
This commit is contained in:
parent
6c51e1d756
commit
205aa70825
@ -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…
x
Reference in New Issue
Block a user