Shun Miyazawa hace 1 año
padre
commit
08edbae59e
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      apps/app/src/features/openai/interfaces/message-error.ts

+ 0 - 4
apps/app/src/features/openai/interfaces/message-error.ts

@@ -7,7 +7,3 @@ export const StreamErrorCode = {
 } as const;
 
 export type StreamErrorCode = typeof StreamErrorCode[keyof typeof StreamErrorCode];
-
-export const OpenaiStreamErrorMessageRegExp = {
-  BUDGET_EXCEEDED: /exceeded your current quota/i,
-} as const;