randydev commited on
Commit
4c0098a
·
verified ·
1 Parent(s): dcb1206

Update lib/@randydev/flux-1-schnell.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/flux-1-schnell.js +3 -1
lib/@randydev/flux-1-schnell.js CHANGED
@@ -9,4 +9,6 @@ async function FluxSchnell(message) {
9
  json: {'prompt': message};
10
  }).json();
11
  return run.result.response;
12
- }
 
 
 
9
  json: {'prompt': message};
10
  }).json();
11
  return run.result.response;
12
+ }
13
+
14
+ export { FluxSchnell };