randydev commited on
Commit
c7bd9fc
·
verified ·
1 Parent(s): ee20f77

Update models.js

Browse files
Files changed (1) hide show
  1. models.js +1 -1
models.js CHANGED
@@ -6,4 +6,4 @@ const GptModelOld = (prompt) => ({
6
  stop: null
7
  });
8
 
9
- module.exports = { GptModelOld };
 
6
  stop: null
7
  });
8
 
9
+ export { GptModelOld };