mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +00:00
drop editorial preview/exp/experimental filter in Gemini provider
This commit is contained in:
@@ -19,8 +19,8 @@ class GeminiProvider(AIProvider):
|
|||||||
|
|
||||||
# Patterns to exclude from model list (experimental, preview, specialized)
|
# Patterns to exclude from model list (experimental, preview, specialized)
|
||||||
EXCLUDED_PATTERNS = [
|
EXCLUDED_PATTERNS = [
|
||||||
'preview', 'exp', 'experimental', 'computer-use',
|
'computer-use', 'deep-research',
|
||||||
'deep-research', 'image', 'embedding', 'aqa', 'tts',
|
'image', 'embedding', 'aqa', 'tts',
|
||||||
'learnlm', 'imagen', 'veo'
|
'learnlm', 'imagen', 'veo'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user