()
| 143 | } |
| 144 | |
| 145 | function toggleLoras() { |
| 146 | [TextAreaAutoComplete.globalWords, TextAreaAutoComplete.globalWordsExclLoras] = [ |
| 147 | TextAreaAutoComplete.globalWordsExclLoras, |
| 148 | TextAreaAutoComplete.globalWords, |
| 149 | ]; |
| 150 | } |
| 151 | |
| 152 | class EmbeddingInfoDialog extends ModelInfoDialog { |
| 153 | async addInfo() { |