diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-02-28 23:41:36 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-02-28 23:41:36 -0500 |
| commit | 90183d3c7315d5fc88d2653937c5b59309a79b0e (patch) | |
| tree | 4740eb7abc81ec75be6434a569f68e902b078879 /src/client/views/pdf/AnchorMenu.tsx | |
| parent | 54c597bb865aba15f16e0692c2f2119109d119aa (diff) | |
better prompt for custom questions + summary bug fix
Diffstat (limited to 'src/client/views/pdf/AnchorMenu.tsx')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/pdf/AnchorMenu.tsx b/src/client/views/pdf/AnchorMenu.tsx index 222cf2f7e..74efb972c 100644 --- a/src/client/views/pdf/AnchorMenu.tsx +++ b/src/client/views/pdf/AnchorMenu.tsx @@ -6,7 +6,6 @@ import * as React from 'react'; import { ColorResult } from 'react-color'; import { Utils, returnFalse, setupMoveUpEvents, unimplementedFunction } from '../../../Utils'; import { Doc, Opt } from '../../../fields/Doc'; -import { GPTCallType, gptAPICall } from '../../apis/gpt/GPT'; import { DocumentType } from '../../documents/DocumentTypes'; import { SelectionManager } from '../../util/SelectionManager'; import { SettingsManager } from '../../util/SettingsManager'; |
