diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-05 19:26:31 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-05 19:26:31 -0500 |
| commit | b38b2ee7826550ccd0960ef95016e81f1d930798 (patch) | |
| tree | 6cda57eb4d25df3eee7c2003d40ebf3756a6bbe4 /src/client/views/pdf/GPTPopup | |
| parent | 466f1967af7583654de4d57fb89efe5b70630dbd (diff) | |
| parent | 436b3def89ea955e2ff30fe8c2e9d15092e8c9a9 (diff) | |
Merge branch 'master' into Merge
Diffstat (limited to 'src/client/views/pdf/GPTPopup')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx index 79f5121ed..4dc45e6a0 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx +++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx @@ -30,6 +30,7 @@ import { Upload } from '../../../../server/SharedMediaTypes'; import { OpenWhere } from '../../nodes/OpenWhere'; import { DrawingFillHandler } from '../../smartdraw/DrawingFillHandler'; import { ImageField } from '../../../../fields/URLField'; +import { List } from '../../../../fields/List'; export enum GPTPopupMode { SUMMARY, // summary of seleted document text @@ -352,6 +353,8 @@ export class GPTPopup extends ObservableReactComponent<object> { y: NumCast(textAnchor.y), _height: 200, _width: 200, + ai: 'dall-e', + tags: new List<string>(['@ai']), data_nativeWidth: 1024, data_nativeHeight: 1024, }); |
