diff --git a/backend/app/AI.py b/backend/app/AI.py index 833a5ac..7db4658 100644 --- a/backend/app/AI.py +++ b/backend/app/AI.py @@ -16,6 +16,7 @@ class UserInput(BaseModel): @ai_router.post("/api/generate") async def generate_pipeline(user_input: UserInput): try: + print("inside generate_function") model = genai.GenerativeModel('gemini-1.5-flash') # Generate the content based on the user input