randydev commited on
Commit
a4b22b8
·
verified ·
1 Parent(s): 1536d2b

Update plugins/fluxai.js

Browse files
Files changed (1) hide show
  1. plugins/fluxai.js +0 -17
plugins/fluxai.js CHANGED
@@ -42,23 +42,6 @@ async function schellwithflux(args) {
42
  * summary: Get a generator image from Flux AI image
43
  * tags: [FLUX]
44
  * description: This endpoint interacts with the Flux AI
45
- * parameters:
46
- * - in: query
47
- * name: query
48
- * required: true
49
- * description: The query to be processed by the Flux AI.
50
- * schema:
51
- * type: string
52
- * 500:
53
- * description: Internal server error.
54
- * content:
55
- * application/json:
56
- * schema:
57
- * type: object
58
- * properties:
59
- * error:
60
- * type: string
61
- * description: Error message.
62
  */
63
  FluxRoutes.post("/api/v1/fluxai-ai", async (req, res) => {
64
  try {
 
42
  * summary: Get a generator image from Flux AI image
43
  * tags: [FLUX]
44
  * description: This endpoint interacts with the Flux AI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  */
46
  FluxRoutes.post("/api/v1/fluxai-ai", async (req, res) => {
47
  try {