← All plugins
hugging-face
v1.0.3Inspect models, datasets, Spaces, and research
Codex
by Hugging FaceMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hugging-face/ inside the repository.
Layout
plugins/hugging-face/
└── .codex-plugin/plugin.json
Manifests1
plugins/hugging-face/.codex-plugin/plugin.json
{
"name": "hugging-face",
"version": "1.0.3",
"description": "Inspect models, datasets, Spaces, and research",
"author": {
"name": "Hugging Face",
"url": "https://huggingface.co"
},
"homepage": "https://huggingface.co",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"hugging-face",
"models",
"datasets",
"spaces",
"machine-learning"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Hugging Face",
"shortDescription": "Inspect models, datasets, Spaces, and research",
"longDescription": "Connect to the Hugging Face Hub to explore Models and Datasets, access SDK Documentation and more. Manage Machine Learning Jobs and connect to thousands of AI applications via Spaces.",
"developerName": "Hugging Face",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://huggingface.co",
"privacyPolicyURL": "https://huggingface.co/privacy",
"termsOfServiceURL": "https://huggingface.co/terms-of-service",
"defaultPrompt": [
"Generate a realistic farm using FLUX.1"
],
"brandColor": "#FFD21E",
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
}
}