Update routes/googleGemini.js
Browse files- 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:
|
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: [
|
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
|