Update routes/googleGemini.js
Browse files- routes/googleGemini.js +1 -0
routes/googleGemini.js
CHANGED
@@ -37,6 +37,7 @@ async function GeminiResponse(prompt, setModel) {
|
|
37 |
* /api/v1/google-gemini:
|
38 |
* get:
|
39 |
* summary: Get a response from Google Gemini API
|
|
|
40 |
* description: This endpoint interacts with the Google Gemini API to fetch a response based on the query and model.
|
41 |
* parameters:
|
42 |
* - in: query
|
|
|
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
|