Преглед на файлове

Use regular expressions to make the code more concise.

dupl преди 11 месеца
родител
ревизия
39e593da48
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      app/constant.ts

+ 0 - 2
app/constant.ts

@@ -305,9 +305,7 @@ export const VISION_MODEL_REGEXES = [
   /qwen2-vl/,
   /gpt-4-turbo(?!.*preview)/, // Matches "gpt-4-turbo" but not "gpt-4-turbo-preview"
   /^dall-e-3$/, // Matches exactly "dall-e-3"
-  /glm-4v-plus/,
   /glm-4v/,
-  /glm-4v-flash/,
 ];
 
 export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];