Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dev-mode-explorers/dev-mode-javascript
randydev
/
ryu-js
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
randydev
commited on
Jan 17
Commit
c7bd9fc
·
verified
·
1 Parent(s):
ee20f77
Update models.js
Browse files
Files changed (1)
hide
show
models.js
+1
-1
models.js
CHANGED
Viewed
@@ -6,4 +6,4 @@ const GptModelOld = (prompt) => ({
6
stop: null
7
});
8
9
-
module.exports
=
{ GptModelOld };
6
stop: null
7
});
8
9
+
export
{ GptModelOld };