Final_Assignment_Template / chat_models_check.py
Humanlearning's picture
+llamaindex model changed to langgraph
e753b9f
raw
history blame
158 Bytes
from huggingface_hub import HfApi
api = HfApi()
chat_models = api.list_models(filter="pipeline_tag:chat-completion")
print([m.modelId for m in chat_models])