randydev commited on
Commit
baf5137
·
verified ·
1 Parent(s): 70f584f

Update routes/googleGemini.js

Browse files
Files changed (1) hide show
  1. routes/googleGemini.js +2 -2
routes/googleGemini.js CHANGED
@@ -28,7 +28,7 @@ async function GeminiResponse(prompt, setModel) {
28
  /**
29
  * @swagger
30
  * tags:
31
- * name: Gemini
32
  * description: Artificial intelligence endpoint to interact with AI, like chatting.
33
  */
34
 
@@ -37,7 +37,7 @@ async function GeminiResponse(prompt, setModel) {
37
  * /api/v1/google-gemini:
38
  * get:
39
  * summary: Get a response from Google Gemini API
40
- * tags: [Gemini]
41
  * description: This endpoint interacts with the Google Gemini API to fetch a response based on the query and model.
42
  * parameters:
43
  * - in: query
 
28
  /**
29
  * @swagger
30
  * tags:
31
+ * name: AI
32
  * description: Artificial intelligence endpoint to interact with AI, like chatting.
33
  */
34
 
 
37
  * /api/v1/google-gemini:
38
  * get:
39
  * summary: Get a response from Google Gemini API
40
+ * tags: [AI]
41
  * description: This endpoint interacts with the Google Gemini API to fetch a response based on the query and model.
42
  * parameters:
43
  * - in: query