Invicto69 commited on
Commit
3b021a8
·
verified ·
1 Parent(s): d3bfe40

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. utils.py +1 -4
utils.py CHANGED
@@ -51,7 +51,4 @@ def extract_code_blocks(text):
51
  return matches
52
 
53
  if __name__ == "__main__":
54
- models = (get_all_groq_model("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"))
55
- vision_audio = [model for model in models if 'vision' in model or 'whisper' in model]
56
- models = [model for model in models if model not in vision_audio]
57
- print(models)
 
51
  return matches
52
 
53
  if __name__ == "__main__":
54
+ pass