diff options
author | bobzel <zzzman@gmail.com> | 2024-05-20 15:59:52 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-20 15:59:52 -0400 |
commit | bb11e8c07f86b1ba0148f1e406a070c14e9abc7c (patch) | |
tree | 20fa2963e56a94550daf2a41c06d1ed7df9cd1b6 /src/client/apis/gpt/setup.ts | |
parent | 46a2e250a40f30ff0bdfb4471f3905364e5ad803 (diff) |
lint cleanup and some flashcard fixes
Diffstat (limited to 'src/client/apis/gpt/setup.ts')
-rw-r--r-- | src/client/apis/gpt/setup.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/apis/gpt/setup.ts b/src/client/apis/gpt/setup.ts index 831c97eaa..7084f38bf 100644 --- a/src/client/apis/gpt/setup.ts +++ b/src/client/apis/gpt/setup.ts @@ -5,6 +5,7 @@ export enum GPTCallType { SUMMARY = 'summary', COMPLETION = 'completion', EDIT = 'edit', + FLASHCARD = 'flashcard', } export type GPTCallOpts = { |