mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
[AI] Delete link on documentation
This commit is contained in:
@ -464,24 +464,6 @@
|
||||
let button1 = new Asc.ButtonToolbar(buttonMainToolbar);
|
||||
button1.text = "Settings";
|
||||
button1.icons = getToolBarButtonIcons("settings");
|
||||
button1.split = true;
|
||||
button1.menu = [
|
||||
{
|
||||
text:'Settings',
|
||||
id:'settings-settings',
|
||||
onclick: () => {
|
||||
onOpenSettingsModal();
|
||||
}
|
||||
},
|
||||
{
|
||||
text:'About',
|
||||
id:'settings-about',
|
||||
onclick: () => {
|
||||
// TODO: Redirect on documentation page
|
||||
console.log('about');
|
||||
}
|
||||
}
|
||||
];
|
||||
button1.attachOnClick(function(data){
|
||||
onOpenSettingsModal();
|
||||
});
|
||||
|
||||
@ -75,7 +75,6 @@
|
||||
"Translate to Italian" : "Перевести на итальянский язык",
|
||||
"Generate image from text" : "Создать картинку по тексту",
|
||||
"Settings" : "Настройки",
|
||||
"About" : "About",
|
||||
"For work with this model we should save chat history and sent it into a request." : "Для работы с этой моделью мы должны сохранять историю диалога и посылать её в запросе.",
|
||||
"But we have a limit on the number of tokens in the request." : "Но мы имеем ограничение на количество токенов в запросе.",
|
||||
"That's why sometimes you should clear your chat history." : "Поэтому иногда вам следует очищать историю чата.",
|
||||
|
||||
Reference in New Issue
Block a user