razvan commited on
Commit
e239692
·
verified ·
1 Parent(s): afe3570

Upload marketplace.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. marketplace.json +20 -0
marketplace.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ml-intern-codex",
3
+ "interface": {
4
+ "displayName": "ML Intern for Codex"
5
+ },
6
+ "plugins": [
7
+ {
8
+ "name": "mlintern",
9
+ "source": {
10
+ "source": "local",
11
+ "path": "./plugins/mlintern"
12
+ },
13
+ "policy": {
14
+ "installation": "AVAILABLE",
15
+ "authentication": "ON_INSTALL"
16
+ },
17
+ "category": "Coding"
18
+ }
19
+ ]
20
+ }