diff --git a/app/javascript/shared/constants/openai.js b/app/javascript/shared/constants/openai.js deleted file mode 100644 index c7fa7db0c..000000000 --- a/app/javascript/shared/constants/openai.js +++ /dev/null @@ -1,15 +0,0 @@ -export const OPEN_AI_OPTIONS = { - IMPROVE_WRITING: 'improve_writing', - FIX_SPELLING_GRAMMAR: 'fix_spelling_grammar', - SHORTEN: 'shorten', - EXPAND: 'expand', - MAKE_FRIENDLY: 'make_friendly', - MAKE_FORMAL: 'make_formal', - SIMPLIFY: 'simplify', - REPLY_SUGGESTION: 'reply_suggestion', - SUMMARIZE: 'summarize', - CASUAL: 'casual', - PROFESSIONAL: 'professional', - STRAIGHTFORWARD: 'straightforward', - CONFIDENT: 'confident', -};